27 lines
558 B
JSON
27 lines
558 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-*",
|
|
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
|
|
"NETStandard.Library": "1.5.0-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"portable-net451+win8",
|
|
"dnxcore50"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |