Skip to content

Commit 78b902b

Browse files
Merge branch 'release/3.1.x' into js/fix-2866
2 parents f80aa76 + 520e597 commit 78b902b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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">
24+
<PropertyGroup>
2525
<!-- Workaround various issues bound to implicit language features. -->
2626
<LangVersion>12.0</LangVersion>
2727
</PropertyGroup>

tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IsTestProject>false</IsTestProject>
1212
<Configurations>Debug;Release</Configurations>
1313
<!-- Uncomment this to run benchmarks depending on Colorful or Pfim (colorspaces and TGA): -->
14-
<!--<SignAssembly>false</SignAssembly>-->
14+
<!--<SignAssembly>false</SignAssembly>-->
1515
</PropertyGroup>
1616

1717
<PropertyGroup>

0 commit comments

Comments
 (0)