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.
23 lines
608 B
23 lines
608 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Core components of OpenIddict.",
|
|
|
|
"dependencies": {
|
|
"AspNet.Security.OpenIdConnect.Server": "1.0.0-*",
|
|
"CryptoHelper": "1.0.0-rc2-build03",
|
|
"JetBrains.Annotations": "10.1.2-eap",
|
|
"Microsoft.AspNetCore.Cors": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration": "1.0.0-*",
|
|
"Microsoft.Extensions.Caching.Memory": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
|
|
"dotnet5.4": {
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
}
|
|
}
|