2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Update Language Version to C# 12 (#242)

This commit is contained in:
Ben Parsons
2024-05-21 16:40:05 +10:00
committed by GitHub
parent b049b4f88d
commit 47877ee2e7
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>