aspnetcore/test/Microsoft.AspNetCore.JsonPa.../project.json

26 lines
517 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Newtonsoft.Json": "6.0.6",
"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"
}
}
}
}