Dropped to C# 6.0 to maintain support for AppVeyor.

This commit is contained in:
Jarl Gullberg 2017-06-13 21:42:16 +02:00
parent 7f29705f0a
commit 2dc4c1b12a
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -41,7 +41,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
<LangVersion>7</LangVersion>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>