We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20e47f commit 289470aCopy full SHA for 289470a
Directory.Build.props
@@ -21,9 +21,8 @@
21
<!-- Import the shared global .props file -->
22
<Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" />
23
24
- <PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
25
- <!-- Workaround various issues bound to implicit language features. -->
26
- <LangVersion>preview</LangVersion>
+ <PropertyGroup>
+ <LangVersion>12.0</LangVersion>
27
</PropertyGroup>
28
29
<!--
0 commit comments