Downgrade to v9 to support iOS toolchain

This commit is contained in:
Dean Herbert 2022-06-24 14:58:22 +09:00
parent f71f6302fd
commit 224c23df77
1 changed files with 1 additions and 1 deletions

View File

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