Update project.json to have warningsAsErrors accept a bool.
This commit is contained in:
parent
809ce8c11d
commit
89b97f9479
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": "true"
|
||||
"warningsAsErrors": true
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
|
|
|
|||
Loading…
Reference in New Issue