Specify C# 5 as the language version used in all projects.
Attempts to use features from a new version will generate compile errors (on Roslyn and possibly other compilers), preventing accidental adoption of new language features.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<StartArguments>Game.Mod=ra</StartArguments>
|
||||
<Commandlineparameters>Game.Mod=ra</Commandlineparameters>
|
||||
<LangVersion>5</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
Reference in New Issue
Block a user