22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": "true"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
|
|
"xunit.runner.kre": "1.0.0-*",
|
|
"Microsoft.AspNet.Testing": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.kre"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
},
|
|
"aspnetcore50": { }
|
|
}
|
|
}
|