Explicitly set C# 6.0 for now.

This commit is contained in:
Adrian Kaz Scherzinger
2017-04-16 06:44:08 +09:00
parent 9927f9aca5
commit 60f7879875
10 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<RunCodeAnalysis>false</RunCodeAnalysis>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>