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

35 lines
777 B
JSON

{
"version": "0.1.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": {
"imports": [
"portable-net451+win8"
]
}
}
}