From d9645d0faf28c2adbad249b4db047df47942160e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 20 Oct 2019 00:36:54 -0700 Subject: Better support all .NETs and remove unnecessary NuGet workarounds --- src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj | 2 +- .../WixToolset.Core.TestPackage.csproj | 19 +------------------ .../WixToolset.Core.WindowsInstaller.csproj | 2 +- src/WixToolset.Core/WixToolset.Core.csproj | 6 +++--- 4 files changed, 6 insertions(+), 23 deletions(-) diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj index d9493b8a..3542f85a 100644 --- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj +++ b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + netstandard2.0;net461;net472 Core Burn WiX Toolset Core Burn embedded diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj index d8559f94..e5a550f3 100644 --- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj +++ b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + netstandard2.0;net461;net472 Internal WiX Toolset Test Package embedded true @@ -15,22 +15,6 @@ - - - <_PackageFiles Include="$(OutputPath)\WixToolset.Core.dll" BuildAction="None" PackagePath="lib\$(TargetFramework)\" /> - <_PackageFiles Include="$(OutputPath)\WixToolset.Core.Burn.dll" BuildAction="None" PackagePath="lib\$(TargetFramework)\" /> - <_PackageFiles Include="$(OutputPath)\WixToolset.Core.WindowsInstaller.dll" BuildAction="None" PackagePath="lib\$(TargetFramework)\" /> - - - - - - - - @@ -45,5 +29,4 @@ - diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj index b940e39b..f1351aba 100644 --- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj +++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + netstandard2.0;net461;net472 Core Windows Installer WiX Toolset Core Windows Installer embedded diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index d573cbda..4e205641 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + netstandard2.0;net461;net472 Core WiX Toolset Core embedded @@ -20,8 +20,8 @@ you update these here, be sure to update them there. --> - - + + -- cgit v1.2.3-55-g6feb