Revert "React to aspnet/EntityFramework#2613"

This reverts commit 8fae544fb3.
This commit is contained in:
Brice Lambson 2015-07-21 15:40:02 -07:00
parent 6b2f1f5e02
commit ce3b958f69
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"EntityFramework7.InMemory": "7.0.0-*",
"EntityFramework7.SqlServer": "7.0.0-*",
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*",
"Microsoft.Framework.Configuration": "1.0.0-*",

View File

@ -11,8 +11,8 @@
"publishExclude": "*.cmd",
"webroot": "wwwroot",
"dependencies": {
"EntityFramework7.InMemory": "7.0.0-*",
"EntityFramework7.SqlServer": "7.0.0-*",
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Antiforgery": "1.0.0-*",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",