Skip to content

Commit d79e08c

Browse files
committed
Update to latest SharedInfrastructure commit
1 parent 517ab62 commit d79e08c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/ImageSharp/ImageSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<!-- This enables the nullable analysis and treats all nullable warnings as error-->
1919
<PropertyGroup>
20-
<LangVersion>12.0</LangVersion>
2120
<Nullable>enable</Nullable>
2221
<WarningsAsErrors>Nullable</WarningsAsErrors>
2322
</PropertyGroup>

tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<!--Used to hide test project from dotnet test-->
1111
<IsTestProject>false</IsTestProject>
1212
<Configurations>Debug;Release</Configurations>
13-
<LangVersion>12.0</LangVersion>
1413
<!-- Uncomment this to run benchmarks depending on Colorful or Pfim (colorspaces and TGA): -->
1514
<!--<SignAssembly>false</SignAssembly>-->
1615
</PropertyGroup>

0 commit comments

Comments
 (0)