Don't use latest language version now.

This commit is contained in:
Huo Yaoyuan
2018-05-25 23:16:01 +08:00
committed by GitHub
parent ff8cf958f3
commit afb4b6c982

View File

@@ -1,7 +1,7 @@
<!-- Contains required properties for osu!framework projects. -->
<Project>
<PropertyGroup Label="C#">
<LangVersion>7.3</LangVersion>
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup Label="License">
<None Include="$(MSBuildThisFileDirectory)osu-framework.licenseheader">
@@ -15,4 +15,4 @@
<Company>ppy Pty Ltd</Company>
<Copyright>ppy Pty Ltd 2007-2018</Copyright>
</PropertyGroup>
</Project>
</Project>