aspnetcore/test/Microsoft.AspNet.Diagnostic.../project.json

23 lines
433 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": {
"dependencies": {
"Moq": "4.2.1312.1622"
}
},
"aspnetcore50": {
}
},
"commands": {
"test": "xunit.runner.kre"
}
}