Modifying test project.json to allow building on Mono

This commit is contained in:
Pranav K 2014-10-02 12:05:03 -07:00
parent 9de86892a7
commit 2f00fc6121
4 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": "true"
}, },
"dependencies": { "dependencies": {
"ActivatorWebSite": "", "ActivatorWebSite": "",

View File

@ -1,7 +1,4 @@
{ {
"compilationOptions": {
"warningsAsErrors": false
},
"resources": "TestFiles\\**", "resources": "TestFiles\\**",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc.Razor.Host": "", "Microsoft.AspNet.Mvc.Razor.Host": "",

View File

@ -1,7 +1,4 @@
{ {
"compilationOptions": {
"warningsAsErrors": false
},
"dependencies": { "dependencies": {
"Microsoft.AspNet.FileSystems": "1.0.0-*", "Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",

View File

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