Suppress benign MSBuild warning NU1702 + use MSBuild.Sdk.Extras throughout

This commit is contained in:
Daniel Clark
2021-02-10 16:27:44 +00:00
parent 822627a87d
commit 72983bef6a
7 changed files with 75 additions and 17 deletions
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssetTargetFallback>uap10.0.19041</AssetTargetFallback>
<Platforms>AnyCPU;x64</Platforms>
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
</PropertyGroup>
<ItemGroup>