From f7ddd026c4f08bf4510bb40365b42c3cad95a811 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 10 Apr 2020 09:39:56 +1000 Subject: Update dependencies. --- src/Cpp.Build.props | 2 +- src/Directory.Build.props | 4 +++- src/FindLocalWix.props | 2 +- src/ca/msmqca.vcxproj | 8 ++++---- src/ca/packages.config | 4 ++-- src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | 15 +++++++++------ src/wixext/MsmqWindowsInstallerBackendExtension.cs | 3 ++- src/wixlib/msmq.wixproj | 4 ++-- src/wixlib/packages.config | 2 +- 9 files changed, 25 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 0e00132b..44a042c7 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -8,7 +8,7 @@ $(OutputPath)$(Platform)\ - + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e853e22d..a22f4470 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -8,6 +8,7 @@ Debug false + MSB3246 $(MSBuildProjectName) $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\build\)) @@ -21,6 +22,7 @@ WiX Toolset - + + diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props index a784e352..1666e4fe 100644 --- a/src/FindLocalWix.props +++ b/src/FindLocalWix.props @@ -3,6 +3,6 @@ - $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets + $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets diff --git a/src/ca/msmqca.vcxproj b/src/ca/msmqca.vcxproj index 507a2f93..d1757893 100644 --- a/src/ca/msmqca.vcxproj +++ b/src/ca/msmqca.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -65,7 +65,7 @@ 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}. - - + + diff --git a/src/ca/packages.config b/src/ca/packages.config index b87f9ab4..4e9403bf 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index bb03f716..7f74e043 100644 --- a/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj @@ -1,9 +1,9 @@ - + - netcoreapp2.1 + netcoreapp3.1 false @@ -23,7 +23,10 @@ - + + + + @@ -31,8 +34,8 @@ - - - + + + diff --git a/src/wixext/MsmqWindowsInstallerBackendExtension.cs b/src/wixext/MsmqWindowsInstallerBackendExtension.cs index d7e5c4e1..4debafeb 100644 --- a/src/wixext/MsmqWindowsInstallerBackendExtension.cs +++ b/src/wixext/MsmqWindowsInstallerBackendExtension.cs @@ -2,6 +2,7 @@ namespace WixToolset.Msmq { + using System.Collections.Generic; using System.Linq; using System.Xml; using WixToolset.Data.WindowsInstaller; @@ -16,7 +17,7 @@ namespace WixToolset.Msmq private static readonly TableDefinition[] Tables = LoadTables(); - protected override TableDefinition[] TableDefinitionsForTuples => Tables; + public override IEnumerable TableDefinitions => Tables; private static TableDefinition[] LoadTables() { diff --git a/src/wixlib/msmq.wixproj b/src/wixlib/msmq.wixproj index a0e28ba7..ee078ea6 100644 --- a/src/wixlib/msmq.wixproj +++ b/src/wixlib/msmq.wixproj @@ -1,7 +1,7 @@ - + {42493058-5FC8-4F85-9884-FF3190E084B6} @@ -34,7 +34,7 @@ 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}. - + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index f3d424e1..e1b601f6 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file -- cgit v1.2.3-55-g6feb