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

@ -21,6 +21,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>