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/WixToolset.Core.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/WixToolset.Core/WixToolset.Core.csproj') 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