27 lines
661 B
JSON
27 lines
661 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"compile": "../Shared/**/*.cs"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
|
|
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*",
|
|
"xunit": "2.2.0-beta3-build3402"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.1",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"precompile": "copyfiles %compile:OutputDir%"
|
|
}
|
|
} |