21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"MusicStore": "",
|
|
"XUnit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net451+win8",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
}
|
|
},
|
|
"dnx451": { }
|
|
},
|
|
"testRunner": "xunit"
|
|
} |