enforce c# 6.0 language version at least until VS2017 comes out of RC

This commit is contained in:
Dylan Wilson
2017-02-09 22:45:52 +10:00
parent 4882318140
commit a75d8deb5a
27 changed files with 34 additions and 3 deletions
@@ -23,6 +23,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<Prefer32Bit>false</Prefer32Bit>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>