Undo workaround in Idenitty now that claims is fixed
This commit is contained in:
parent
1ad07a38d7
commit
edb709ce9d
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -5,12 +5,7 @@
|
|||
"System.Security.Claims" : "0.1-alpha-*"
|
||||
},
|
||||
"configurations": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
"System.Runtime" : "",
|
||||
"System.Collections" : ""
|
||||
}
|
||||
},
|
||||
"net45": {},
|
||||
"k10": {}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue