31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"moq.netcore": "4.4.0-beta8"
|
|
}
|
|
}
|
|
}
|
|
} |