22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": "true"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Formatters.Xml": "6.0.0-*",
|
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
}
|
|
}
|
|
}
|