aspnetcore/test/MusicStore.Test/project.json

17 lines
336 B
JSON

{
"compilationOptions": {
"warningsAsErrors": "true"
},
"dependencies": {
"MusicStore": "",
"Microsoft.AspNet.Mvc" : "6.0.0-*",
"Microsoft.AspNet.Testing.Logging" : "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"commands": {
"test": "xunit.runner.kre"
},
"frameworks": {
"aspnet50": { }
}
}