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.
41 lines
882 B
41 lines
882 B
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
|
|
"embed": {
|
|
"include": [ "Certificate.pfx" ]
|
|
}
|
|
},
|
|
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
|
"Microsoft.AspNetCore.TestHost": "1.0.0",
|
|
"Microsoft.Extensions.Caching.Memory": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
"Moq": "4.6.38-alpha",
|
|
"OpenIddict.Core": { "target": "project" },
|
|
"xunit": "2.2.0-beta2-build3300"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
|
|
},
|
|
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
|
|
"net451": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1"
|
|
}
|
|
}
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
}
|
|
|