42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"copyToOutput": {
|
|
"include": "TestProjects/"
|
|
},
|
|
"compile": {
|
|
"exclude": "TestProjects/"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview4-004215",
|
|
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0",
|
|
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
|
|
"Microsoft.DotNet.Watcher.Tools.Tests": "1.0.0-*",
|
|
"Microsoft.Extensions.Process.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0"
|
|
},
|
|
"xunit": "2.2.0-beta3-build3402"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"precompile": "clean-assets %compile:OutputDir%"
|
|
},
|
|
"publishOptions": {
|
|
"include": "TestProjects/"
|
|
},
|
|
"testRunner": "xunit"
|
|
} |