diff --git a/Directory.Build.props b/Directory.Build.props index 26b3cc5afc..c94d9cbc9c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,9 +21,9 @@ <!-- Import the shared global .props file --> <Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" /> - <PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true"> + <PropertyGroup> <!-- Workaround various issues bound to implicit language features. --> - <LangVersion>preview</LangVersion> + <LangVersion>12.0</LangVersion> </PropertyGroup> <!-- diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 0ba2f4b949..8315dfa4b5 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -11,7 +11,7 @@ <IsTestProject>false</IsTestProject> <Configurations>Debug;Release</Configurations> <!-- Uncomment this to run benchmarks depending on Colorful or Pfim (colorspaces and TGA): --> - <!--<SignAssembly>false</SignAssembly>--> + <!--<SignAssembly>false</SignAssembly>--> </PropertyGroup> <PropertyGroup>