From 2c040e2d5b401af3607cf6e482cffeaa511d167a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 17 Aug 2020 14:55:17 -0500 Subject: Only target all frameworks in Release --- .../WixToolset.Core.WindowsInstaller.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Core.WindowsInstaller') diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj index 32ed50f9..b7e4d5ed 100644 --- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj +++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Core Windows Installer WiX Toolset Core Windows Installer embedded -- cgit v1.2.3-55-g6feb