22 lines
452 B
JSON
22 lines
452 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |