23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": "true"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Core": "1.0.0-*",
|
|
"Microsoft.AspNet.Routing": "1.0.0-*",
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"xunit.runner.kre": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnetcore50": {},
|
|
"aspnet50": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.kre"
|
|
}
|
|
}
|