Update project.json to have warningsAsErrors accept a bool.

This commit is contained in:
N. Taylor Mullen 2015-09-02 15:34:19 -07:00
parent 74fe851f54
commit 5fb45b3cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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-*",