Reliability: Don't compile against 'experimental' language features.
This will help prevent Roslyn changes from breaking us.
This commit is contained in:
parent
5899177af2
commit
fc4213b1f8
|
|
@ -9,7 +9,6 @@
|
|||
"aspnet50": {}
|
||||
},
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"languageVersion": "experimental"
|
||||
"warningsAsErrors": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
}
|
||||
},
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"languageVersion": "experimental"
|
||||
"warningsAsErrors": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
},
|
||||
"compilationOptions": {
|
||||
"allowUnsafe": true,
|
||||
"warningsAsErrors": true,
|
||||
"languageVersion": "experimental"
|
||||
"warningsAsErrors": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue