From ddaab5f5497e8e7b7e8ef8635d738b9d4134ab7b Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 11 Aug 2016 16:04:52 -0700 Subject: [PATCH] React to aspnet/EntityFramework#6288 --- samples/IdentitySample.Mvc/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/IdentitySample.Mvc/project.json b/samples/IdentitySample.Mvc/project.json index a018335f53..98211281cf 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": { + "Microsoft.EntityFrameworkCore.Tools.VisualStudio": { "version": "1.0.0-*", "type": "build" }, @@ -48,7 +48,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*", - "Microsoft.EntityFrameworkCore.Tools": "1.0.0-*" + "Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*" }, "publishOptions": { "include": [