React to EF rename
This commit is contained in:
parent
5da757642d
commit
abb1dd0316
|
|
@ -17,7 +17,7 @@
|
||||||
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
|
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Authorization": "1.0.0-*",
|
"Microsoft.AspNet.Authorization": "1.0.0-*",
|
||||||
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
|
||||||
"EntityFramework.SqlServer": "7.0.0-*",
|
"EntityFramework.MicrosoftSqlServer": "7.0.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
||||||
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
|
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-*",
|
"Microsoft.AspNet.Identity": "3.0.0-*",
|
||||||
"EntityFramework.SqlServer": "7.0.0-*"
|
"EntityFramework.MicrosoftSqlServer": "7.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"EntityFramework.InMemory": "7.0.0-*",
|
"EntityFramework.InMemory": "7.0.0-*",
|
||||||
"EntityFramework.SqlServer": "7.0.0-*",
|
"EntityFramework.MicrosoftSqlServer": "7.0.0-*",
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-*",
|
"Microsoft.AspNet.Identity": "3.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue