From 76a8359ba3aa70a4b6638b9e5d647fe8c2431712 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 11 Aug 2016 16:03:47 -0700 Subject: [PATCH] React to aspnet/EntityFramework#6288 --- samples/DatabaseErrorPageSample/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index e92f2ccab2..20b4311d2f 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -5,7 +5,7 @@ "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", - "Microsoft.EntityFrameworkCore.Tools": { + "Microsoft.EntityFrameworkCore.Tools.VisualStudio": { "version": "1.0.0-*", "type": "build" } @@ -31,7 +31,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*", - "Microsoft.EntityFrameworkCore.Tools": "1.0.0-*" + "Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*" }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"