From b166c47235991f47658864065ef62cf97348cae0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 26 Sep 2016 14:27:08 -0700 Subject: [PATCH] Update sample usage of EF tools --- samples/IdentitySample.Mvc/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/project.json b/samples/IdentitySample.Mvc/project.json index 98211281cf..196faa5b24 100644 --- a/samples/IdentitySample.Mvc/project.json +++ b/samples/IdentitySample.Mvc/project.json @@ -20,7 +20,7 @@ "Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.EntityFrameworkCore.Tools.VisualStudio": { + "Microsoft.EntityFrameworkCore.Tools": { "version": "1.0.0-*", "type": "build" },