Skip to content

Commit 912c5e6

Browse files
Merge branch 'main' into patch-1
2 parents b2c03c1 + 289470a commit 912c5e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
<!-- Import the shared global .props file -->
2222
<Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" />
2323

24-
<PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
25-
<!-- Workaround various issues bound to implicit language features. -->
26-
<LangVersion>preview</LangVersion>
24+
<PropertyGroup>
25+
<LangVersion>12.0</LangVersion>
2726
</PropertyGroup>
2827

2928
<!--

0 commit comments

Comments
 (0)