Adding quotes around boolean value in project.json to make

JavaScriptSerializer on Mono happy
This commit is contained in:
Pranav K 2014-09-22 11:38:34 -07:00
parent dcd921005c
commit 7dc6019839
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": "true"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*", "Microsoft.AspNet.Http" : "1.0.0-*",