29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
|
"Microsoft.Extensions.Process.Sources": {
|
|
"type": "build",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0-*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |