Skip to content

Commit 9946b0c

Browse files
committed
set <LangVersion> in the csproj
1 parent 40643c1 commit 9946b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ImageSharp/ImageSharp.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore</PackageTags>
1414
<Description>A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET</Description>
1515
<Configurations>Debug;Release</Configurations>
16+
<LangVersion>12.0</LangVersion>
1617
</PropertyGroup>
1718

1819
<!-- This enables the nullable analysis and treats all nullable warnings as error-->

0 commit comments

Comments
 (0)