Skip to content

Commit 68b965d

Browse files
Pin language version in release branch (#43628)
We shouldn't be using new language features in a patch, keep that stuff in main!
1 parent cb67c9b commit 68b965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/CSharp.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<LangVersion>preview</LangVersion>
4+
<LangVersion>10.0</LangVersion>
55

66
<!-- Enables Strict mode for Roslyn compiler -->
77
<Features>strict</Features>

0 commit comments

Comments
 (0)