From 856326080c4da09445d02af0eea6d559e8525db2 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 26 Apr 2016 09:57:35 -0700 Subject: [PATCH] React to EF package renames https://github.com/aspnet/EntityFramework/pull/5142 --- samples/DatabaseErrorPageSample/project.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index b5016dea22..c9a37a7e08 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -6,7 +6,10 @@ "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", - "Microsoft.EntityFrameworkCore.Commands": "1.0.0-*" + "Microsoft.EntityFrameworkCore.Tools": { + "version": "1.0.0-*", + "type": "build" + } }, "compilationOptions": { "emitEntryPoint": true @@ -33,6 +36,10 @@ "Microsoft.AspNetCore.Server.IISIntegration.Tools": { "version": "1.0.0-*", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" + }, + "Microsoft.EntityFrameworkCore.Tools": { + "version": "1.0.0-*", + "imports": "portable-net451+win8" } }, "scripts": {