Use C# 8.

This commit is contained in:
Pieter-Jan Briers
2019-12-17 16:09:10 +01:00
parent 1fe09c580c
commit 1e696edcff
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<!-- Work around https://github.com/dotnet/project-system/issues/4314 -->
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>7.3</LangVersion>
<LangVersion>8</LangVersion>
<IsPackable>false</IsPackable>
<Platforms>x64</Platforms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>