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.
 
 
 
 
 
 

53 lines
1.2 KiB

{
"version": "1.0.0-alpha2-*",
"packOptions": {
"description": "Core components of 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"
]
},
"buildOptions": {
"warningsAsErrors": true,
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"dependencies": {
"AspNet.Security.OpenIdConnect.Server": "1.0.0-beta5-*",
"CryptoHelper": "1.0.0-rc2-build04",
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-*",
"Microsoft.Extensions.Configuration": "1.0.0-rc2-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*"
},
"frameworks": {
"net451": { },
"netstandard1.4": {
"imports": [
"dotnet5.5",
"portable-net451+win8"
]
}
}
}