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

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
commit 47877ee2e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<StartupObject>Examples.Program</StartupObject>
<RunWorkingDirectory>$(MSBuildThisFileDirectory)</RunWorkingDirectory>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>