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,5 +1,6 @@
<Project>
<PropertyGroup>
<PropertyGroup>
<LangVersion>8.0</LangVersion>
<OutputPath>bin\$(Configuration)</OutputPath>
<WarningLevel>4</WarningLevel>
<SchemaVersion>2.0</SchemaVersion>