24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"MusicStore": "",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Runtime": "4.0.21-*"
|
|
},
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
}
|
|
}
|