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.
39 lines
751 B
39 lines
751 B
{
|
|
"version": "1.0.0-alpha2-*",
|
|
|
|
"description": "Contains the default models used by OpenIddict.",
|
|
"authors": [ "Kévin Chalet" ],
|
|
"owners": [ "Kévin Chalet" ],
|
|
|
|
"projectUrl": "https://github.com/openiddict/openiddict-core",
|
|
"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"
|
|
],
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Runtime": "4.1.0-*"
|
|
},
|
|
|
|
"imports": [
|
|
"dotnet5.4",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|