1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 15:40:46 +08:00

Upgrade to C# 12

This commit is contained in:
Dan Balasescu 2024-02-02 00:51:43 +09:00
parent 6e4d52863c
commit f06642c315
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
<!-- Contains required properties for osu!framework projects. -->
<Project>
<PropertyGroup Label="C#">
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>