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

@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>