22 lines
591 B
JSON
22 lines
591 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication": "1.0.0-*",
|
|
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta1-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Collections.Specialized": "4.0.0-beta-*",
|
|
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|