32 lines
754 B
JSON
32 lines
754 B
JSON
{
|
|
"version": "0.1.0-*",
|
|
"description": "ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.",
|
|
"tags": [
|
|
"aspnetcore",
|
|
"authentication",
|
|
"security"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/security"
|
|
},
|
|
"compilationOptions": {
|
|
"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": [
|
|
"dotnet5.5",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
} |