Skip to content

Commit d7e5810

Browse files
committed
set LangVersion in all projects
1 parent 9946b0c commit d7e5810

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
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>-->
15+
<LangVersion>12.0</LangVersion>
1516
</PropertyGroup>
1617

1718
<PropertyGroup>

Diff for: tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<EnsureNETCoreAppRuntime>false</EnsureNETCoreAppRuntime>
1515
<Configurations>Debug;Release</Configurations>
1616
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
17+
<LangVersion>12.0</LangVersion>
1718
</PropertyGroup>
1819

1920
<Choose>

Diff for: tests/ImageSharp.Tests/ImageSharp.Tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Platforms>AnyCPU;x64;x86;ARM64</Platforms>
88
<RootNamespace>SixLabors.ImageSharp.Tests</RootNamespace>
99
<Configurations>Debug;Release</Configurations>
10+
<LangVersion>12.0</LangVersion>
1011
</PropertyGroup>
1112

1213
<Choose>

0 commit comments

Comments
 (0)