24 lines
484 B
JSON
24 lines
484 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
|
"MusicStore": "1.0.0-*",
|
|
"XUnit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-*",
|
|
"dotnet-test-xunit": "1.0.0-*"
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |