From f02ef4acf9649badaa3ab78d2499ca5014fa2234 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 18 Dec 2023 19:44:47 -0800 Subject: Make the minimum supported .NET Framework v4.6.2 --- src/dtf/WixToolset.Dtf.WindowsInstaller/CustomActionProxy.cs | 2 +- .../WixToolset.Dtf.WindowsInstaller.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dtf/WixToolset.Dtf.WindowsInstaller') diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller/CustomActionProxy.cs b/src/dtf/WixToolset.Dtf.WindowsInstaller/CustomActionProxy.cs index d3fd7d1b..f58ff07d 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller/CustomActionProxy.cs +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller/CustomActionProxy.cs @@ -201,7 +201,7 @@ namespace WixToolset.Dtf.WindowsInstaller } else { -#if NET20 +#if NETFRAMEWORK IDictionary config; try { diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj index 117a4114..648c11f6 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj @@ -5,7 +5,7 @@ WixToolset.Dtf.WindowsInstaller WixToolset.Dtf.WindowsInstaller - netstandard2.0;net20 + netstandard2.0;net462 Managed libraries for Windows Installer true @@ -19,7 +19,7 @@ - + -- cgit v1.2.3-55-g6feb