Skip to content

Commit 0b49cb0

Browse files
committed
Use C# 12.0
1 parent 836744f commit 0b49cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ImageSharp/ImageSharp.csproj

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

1818
<!-- This enables the nullable analysis and treats all nullable warnings as error-->
1919
<PropertyGroup>
20+
<LangVersion>12.0</LangVersion>
2021
<Nullable>enable</Nullable>
2122
<WarningsAsErrors>Nullable</WarningsAsErrors>
2223
</PropertyGroup>

0 commit comments

Comments
 (0)