From cef6ac5735e9cf47fb51746f136d6703f2d45de6 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 20 Oct 2019 01:00:05 -0700 Subject: Better support all .NETs and fix-up integration tests --- src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/WixToolset.BuildTasks') diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj index c5b609c6..f8983121 100644 --- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj +++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj @@ -3,7 +3,7 @@ - net461;netcoreapp2.1 + netstandard2.0;net461;net472 WiX Toolset MSBuild Tasks embedded @@ -14,10 +14,6 @@ NU1701 - - - - @@ -38,8 +34,8 @@ - - + + -- cgit v1.2.3-55-g6feb