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-*",
|
"version" : "0.1-alpha-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections.Immutable" : "1.1.15.0",
|
|
||||||
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
|
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
|
||||||
"System.Security.Claims" : "0.1-alpha-*"
|
"System.Security.Claims" : "0.1-alpha-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {},
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime" : "",
|
|
||||||
"System.Collections" : ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"k10": {}
|
"k10": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -5,12 +5,7 @@
|
||||||
"System.Security.Claims" : "0.1-alpha-*"
|
"System.Security.Claims" : "0.1-alpha-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {},
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime" : "",
|
|
||||||
"System.Collections" : ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"k10": {}
|
"k10": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue