From 7dc6019839c750d6e1ff2be4545fa4898b85f337 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 22 Sep 2014 11:38:34 -0700 Subject: [PATCH] Adding quotes around boolean value in project.json to make JavaScriptSerializer on Mono happy --- test/Microsoft.AspNet.Routing.Tests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Routing.Tests/project.json b/test/Microsoft.AspNet.Routing.Tests/project.json index ceaf726d67..79fa211cbe 100644 --- a/test/Microsoft.AspNet.Routing.Tests/project.json +++ b/test/Microsoft.AspNet.Routing.Tests/project.json @@ -1,6 +1,6 @@ { "compilationOptions": { - "warningsAsErrors": true + "warningsAsErrors": "true" }, "dependencies": { "Microsoft.AspNet.Http" : "1.0.0-*",