Specify the CSharp version to 4 in project file

This commit is contained in:
ReinforceZwei 2021-04-07 21:33:12 +08:00 committed by ORelio
parent 53e2413204
commit 011eada59b

View file

@ -16,4 +16,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<StartArguments>TestBot - localhost</StartArguments>
</PropertyGroup>
<PropertyGroup>
<LangVersion>4</LangVersion>
</PropertyGroup>
</Project>