aspnetcore/test/MusicStore.Spa.Test/project.json

17 lines
341 B
JSON

{
"compilationOptions": {
"warningsAsErrors": "true"
},
"dependencies": {
"MusicStore.Spa": "",
"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": { },
}
}