mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Specify the CSharp version to 4 in project file
This commit is contained in:
parent
53e2413204
commit
011eada59b
1 changed files with 3 additions and 0 deletions
|
|
@ -16,4 +16,7 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<StartArguments>TestBot - localhost</StartArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<LangVersion>4</LangVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue