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": {}
},
"compilationOptions": {
"warningsAsErrors": true,
"languageVersion": "experimental"
"warningsAsErrors": true
}
}

View File

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

View File

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