Update project.json to have warningsAsErrors accept a bool.

This commit is contained in:
N. Taylor Mullen 2015-09-02 15:34:36 -07:00
parent 809ce8c11d
commit 89b97f9479
1 changed files with 1 additions and 1 deletions

View File

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