From 46064822f5e8fe51746bba7ed12adad85b53e8a1 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 26 Apr 2016 10:02:32 -0700 Subject: [PATCH] React to https://github.com/aspnet/EntityFramework/pull/5142 --- samples/IdentitySample.Mvc/project.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/project.json b/samples/IdentitySample.Mvc/project.json index e2b0e3dd59..bfafee41b7 100644 --- a/samples/IdentitySample.Mvc/project.json +++ b/samples/IdentitySample.Mvc/project.json @@ -21,7 +21,10 @@ "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.EntityFrameworkCore.Commands": "1.0.0-*", + "Microsoft.EntityFrameworkCore.Tools":{ + "version": "1.0.0-*", + "type": "build" + }, "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", @@ -51,6 +54,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": {