Watch
2
0
Fork
You've already forked raylib-cs
0

Update LangVersion to 12

This commit is contained in:
Ben Parsons 2024-05-21 16:24:22 +10:00
commit 7b507187db
3 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>