You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.2 KiB
53 lines
1.2 KiB
{
|
|
"version": "1.0.0-beta2-*",
|
|
|
|
"description": "Easy-to-use OpenID Connect server for ASP.NET Core.",
|
|
"authors": [ "Kévin Chalet" ],
|
|
|
|
"packOptions": {
|
|
"owners": [ "Kévin Chalet" ],
|
|
|
|
"projectUrl": "https://github.com/openiddict/openiddict-core",
|
|
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openiddict/openiddict-core"
|
|
},
|
|
|
|
"tags": [
|
|
"aspnetcore",
|
|
"authentication",
|
|
"jwt",
|
|
"openidconnect",
|
|
"openiddict",
|
|
"security"
|
|
]
|
|
},
|
|
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-*",
|
|
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
|
|
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0",
|
|
"Microsoft.Extensions.Caching.Abstractions": "1.0.0",
|
|
"OpenIddict.Core": { "target": "project" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
|
|
"netstandard1.4": {
|
|
"imports": [
|
|
"dotnet5.5",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|