Switch to Relational from SqlServer for Identity.EF

This commit is contained in:
Hao Kung 2015-10-14 14:50:05 -07:00
parent aadc097839
commit a754b9cb61
1 changed files with 1 additions and 1 deletions

View File

@ -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": {