We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836744f commit 0b49cb0Copy full SHA for 0b49cb0
1 file changed
src/ImageSharp/ImageSharp.csproj
@@ -17,6 +17,7 @@
17
18
<!-- This enables the nullable analysis and treats all nullable warnings as error-->
19
<PropertyGroup>
20
+ <LangVersion>12.0</LangVersion>
21
<Nullable>enable</Nullable>
22
<WarningsAsErrors>Nullable</WarningsAsErrors>
23
</PropertyGroup>
0 commit comments