Ignore framework version warnings.

This commit is contained in:
Pieter-Jan Briers
2020-01-15 14:39:21 +01:00
parent 0348919104
commit d14348dfa5

View File

@@ -10,6 +10,7 @@
<Platforms>x64</Platforms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Client</OutputPath>
<NoWarn>NU1701</NoWarn>
</PropertyGroup>
<Import Project="..\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>