From 057da4cedb151761c4a8cbfe9c1899315c8a3b05 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 3 Apr 2020 13:28:12 +1000 Subject: Update dependencies. --- src/wixext/NetfxWindowsInstallerBackendExtension.cs | 7 ------- src/wixlib/netfx.wixproj | 8 ++++---- src/wixlib/packages.config | 4 ++-- 3 files changed, 6 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/wixext/NetfxWindowsInstallerBackendExtension.cs b/src/wixext/NetfxWindowsInstallerBackendExtension.cs index 1c7ce9b8..7e30d396 100644 --- a/src/wixext/NetfxWindowsInstallerBackendExtension.cs +++ b/src/wixext/NetfxWindowsInstallerBackendExtension.cs @@ -3,7 +3,6 @@ namespace WixToolset.Netfx { using System.Collections.Generic; - using WixToolset.Data; using WixToolset.Data.WindowsInstaller; using WixToolset.Extensibility; @@ -26,11 +25,5 @@ namespace WixToolset.Netfx }; public override IEnumerable TableDefinitions { get => Tables; } - - public override bool TryAddTupleToOutput(IntermediateTuple tuple, WindowsInstallerData output) - { - var columnZeroIsId = tuple.Id != null; - return this.BackendHelper.TryAddTupleToOutputMatchingTableDefinitions(tuple, output, this.TableDefinitions, columnZeroIsId); - } } } diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 71a6488e..aefce69b 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -1,7 +1,7 @@ - + {45e4a6ac-3190-4e17-83f0-9935ffa5dc2b} @@ -45,9 +45,9 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - + \ No newline at end of file diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index 01c05df7..a543c00f 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file -- cgit v1.2.3-55-g6feb