29 lines
799 B
JSON
29 lines
799 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/security"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication": "1.0.0-*",
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211021236"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http": "4.0.1-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|