Fix accidental C# 8.0 usage.

This commit is contained in:
Pieter-Jan Briers
2019-08-22 11:06:10 +02:00
parent 09b1066122
commit 44fdf4022e
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Platforms>x64</Platforms>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>