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.
29 lines
660 B
29 lines
660 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Contains the default assets used by OpenIddict.",
|
|
|
|
"resource": [ "fonts/*", "scripts/*", "stylesheets/*" ],
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNet.FileProviders.Embedded": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
|
|
|
|
"Microsoft.Extensions.NotNullAttribute.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
|
|
"OpenIddict.Core": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Runtime": "4.0.21-*"
|
|
}
|
|
}
|
|
}
|
|
}
|