Adding quotes around boolean value in project.json to make
JavaScriptSerializer on Mono happy
This commit is contained in:
parent
dcd921005c
commit
7dc6019839
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http" : "1.0.0-*",
|
"Microsoft.AspNet.Http" : "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue