Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
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.
 
 
 
 
 
 

59 lines
1.3 KiB

{
"version": "1.0.0-alpha2-*",
"description": "Contains the default assets used by OpenIddict.",
"authors": [ "Kévin Chalet" ],
"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"
],
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"resource": [
"fonts/*",
"scripts/*",
"stylesheets/*"
],
"dependencies": {
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-*",
"OpenIddict.Core": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Reflection": { "type": "build" },
"System.Runtime": { "type": "build" }
}
},
"netstandard1.4": {
"imports": [
"dotnet5.5",
"portable-net451+win8"
]
}
}
}