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": {}
|
"aspnet50": {}
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true
|
||||||
"languageVersion": "experimental"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true
|
||||||
"languageVersion": "experimental"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true
|
||||||
"languageVersion": "experimental"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue