aspnetcore/src/Microsoft.AspNetCore.Authen.../project.json

32 lines
719 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"tags": [
"aspnetcore",
"authentication",
"security"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.4": {
}
}
}