22 lines
571 B
JSON
22 lines
571 B
JSON
{
|
|
"version": "3.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Identity": "",
|
|
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
|
|
"System.Security.Claims": "1.0.0-*"
|
|
},
|
|
"configurations": {
|
|
"net45": {},
|
|
"k10": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.0.0",
|
|
"System.Linq": "4.0.0.0",
|
|
"System.Linq.Expressions": "4.0.0.0",
|
|
"System.Linq.Queryable": "4.0.0.0",
|
|
"System.Reflection": "4.0.10.0",
|
|
"System.Runtime": "4.0.20.0",
|
|
"System.Threading.Tasks": "4.0.10.0"
|
|
}
|
|
}
|
|
}
|
|
} |