Undo workaround in Idenitty now that claims is fixed

This commit is contained in:
Hao Kung 2014-03-06 16:23:06 -08:00
parent 1ad07a38d7
commit edb709ce9d
2 changed files with 2 additions and 13 deletions

View File

@ -1,17 +1,11 @@
{
"version" : "0.1-alpha-*",
"dependencies": {
"System.Collections.Immutable" : "1.1.15.0",
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
"System.Security.Claims" : "0.1-alpha-*"
},
"configurations": {
"net45": {
"dependencies": {
"System.Runtime" : "",
"System.Collections" : ""
}
},
"net45": {},
"k10": {}
}
}

View File

@ -5,12 +5,7 @@
"System.Security.Claims" : "0.1-alpha-*"
},
"configurations": {
"net45": {
"dependencies": {
"System.Runtime" : "",
"System.Collections" : ""
}
},
"net45": {},
"k10": {}
}
}