Update project.json to have warningsAsErrors accept a bool.
This commit is contained in:
parent
74fe851f54
commit
5fb45b3cfb
|
|
@ -5,7 +5,7 @@
|
|||
"type": "git",
|
||||
"url": "git://github.com/aspnet/hosting"
|
||||
},
|
||||
"compilationOptions": { "warningsAsErrors": "true" },
|
||||
"compilationOptions": { "warningsAsErrors": true },
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
|
||||
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue