Browse Source

Use C# 12.0

pull/2583/head
Stefan Nikolei 3 years ago
parent
commit
0b49cb0127
  1. 1
      src/ImageSharp/ImageSharp.csproj

1
src/ImageSharp/ImageSharp.csproj

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

Loading…
Cancel
Save