Reliability: Don't compile against 'experimental' language features.

This will help prevent Roslyn changes from breaking us.
This commit is contained in:
Levi B 2014-10-27 16:16:16 -07:00
parent 5899177af2
commit fc4213b1f8
3 changed files with 3 additions and 6 deletions

View File

@ -9,7 +9,6 @@
"aspnet50": {} "aspnet50": {}
}, },
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true
"languageVersion": "experimental"
} }
} }

View File

@ -11,7 +11,6 @@
} }
}, },
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true
"languageVersion": "experimental"
} }
} }

View File

@ -34,7 +34,6 @@
}, },
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"warningsAsErrors": true, "warningsAsErrors": true
"languageVersion": "experimental"
} }
} }