Switch to Relational from SqlServer for Identity.EF
This commit is contained in:
parent
aadc097839
commit
a754b9cb61
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-*",
|
"Microsoft.AspNet.Identity": "3.0.0-*",
|
||||||
"EntityFramework.MicrosoftSqlServer": "7.0.0-*"
|
"EntityFramework.Relational": "7.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue