Browse Source

Update to latest SharedInfrastructure commit

pull/2583/head
Stefan Nikolei 2 years ago
parent
commit
d79e08c6da
  1. 2
      shared-infrastructure
  2. 1
      src/ImageSharp/ImageSharp.csproj
  3. 1
      tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

2
shared-infrastructure

@ -1 +1 @@
Subproject commit 353b9afe32a8000410312d17263407cd7bb82d19
Subproject commit 4e892950d7f17e5cb64160675d6902545cc3b5c5

1
src/ImageSharp/ImageSharp.csproj

@ -17,7 +17,6 @@
<!-- This enables the nullable analysis and treats all nullable warnings as error-->
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>
</PropertyGroup>

1
tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

@ -10,7 +10,6 @@
<!--Used to hide test project from dotnet test-->
<IsTestProject>false</IsTestProject>
<Configurations>Debug;Release</Configurations>
<LangVersion>12.0</LangVersion>
<!-- Uncomment this to run benchmarks depending on Colorful or Pfim (colorspaces and TGA): -->
<!--<SignAssembly>false</SignAssembly>-->
</PropertyGroup>

Loading…
Cancel
Save