File tree 2 files changed +3
-3
lines changed
tests/ImageSharp.Benchmarks
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
<!-- Import the shared global .props file -->
22
22
<Import Project =" $(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" />
23
23
24
- <PropertyGroup Condition = " $(SIXLABORS_TESTING_PREVIEW) == true " >
24
+ <PropertyGroup >
25
25
<!-- Workaround various issues bound to implicit language features. -->
26
- <LangVersion >preview </LangVersion >
26
+ <LangVersion >12.0 </LangVersion >
27
27
</PropertyGroup >
28
28
29
29
<!--
Original file line number Diff line number Diff line change 11
11
<IsTestProject >false</IsTestProject >
12
12
<Configurations >Debug;Release</Configurations >
13
13
<!-- Uncomment this to run benchmarks depending on Colorful or Pfim (colorspaces and TGA): -->
14
- <!-- <SignAssembly>false</SignAssembly>-->
14
+ <!-- <SignAssembly>false</SignAssembly>-->
15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments