Upgrade to C# 12

This commit is contained in:
Dan Balasescu
2024-02-01 22:17:45 +09:00
parent 2c9e7a6d7c
commit 6e3ecd6765

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>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Nullable>enable</Nullable>
</PropertyGroup>