Update project.json to have warningsAsErrors accept a bool.
This commit is contained in:
parent
088f2f81cc
commit
a8df52fa7c
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
|
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue