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