1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 15:27:25 +08:00

Migrate to C#7

This commit is contained in:
smoogipoo 2017-11-30 00:53:07 +09:00
parent a0c3349935
commit 006d679939

View File

@ -1,6 +1,6 @@
<!-- Contains required properties for C#. --> <!-- Contains required properties for C#. -->
<Project> <Project>
<PropertyGroup Label="C#"> <PropertyGroup Label="C#">
<LangVersion>6</LangVersion> <LangVersion>7</LangVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>