23 lines
734 B
JSON
23 lines
734 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.DataProtection": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|