This commit is contained in:
Brice Lambson 2015-07-14 10:18:14 -07:00
parent 8b10187402
commit 769eb9f08b
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
"Microsoft.AspNet.Authorization": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"EntityFramework7.SqlServer": "7.0.0-*",
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Framework.Configuration.Json": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*",

View File

@ -6,7 +6,7 @@
},
"dependencies": {
"Microsoft.AspNet.Identity": "3.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*"
"EntityFramework7.SqlServer": "7.0.0-*"
},
"frameworks": {
"dnx451": {

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*",
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework7.InMemory": "7.0.0-*",
"Microsoft.Framework.OptionsModel" : "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"EntityFramework7.InMemory": "7.0.0-*",
"EntityFramework7.SqlServer": "7.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "3.0.0-*",