Enable C# 8.

This commit is contained in:
Huo Yaoyuan
2019-11-11 21:20:18 +08:00
parent 64fc5007fc
commit 2270f33c33
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!-- Contains required properties for osu!framework projects. -->
<Project>
<PropertyGroup Label="C#">
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>