Corrected json for mono

This commit is contained in:
Suhas Joshi 2014-12-19 11:59:12 -08:00
parent 2dae44a607
commit e5a92daa51
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"compilationOptions": { "warningsAsErrors": true },
"compilationOptions": { "warningsAsErrors": "true" },
"commands": {
"test": "xunit.runner.kre"
},