Specify C# 6 in build settings for x86 build

This commit is contained in:
Travis Nickles 2017-11-25 16:55:05 -06:00
parent 2986e65682
commit 521a2a3c9f

View File

@ -110,6 +110,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations, Version=10.4.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">