From 70be1d502423a22df7f28cc283761434d3a0eeaa Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 8 Apr 2020 10:17:22 +1000 Subject: Update dependencies. --- src/Cpp.Build.props | 2 +- src/FindLocalWix.props | 2 +- src/ca/complusca.vcxproj | 8 ++++---- src/ca/packages.config | 4 ++-- .../WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj | 15 +++++++++------ .../ComPlusWindowsInstallerBackendBinderExtension.cs | 3 ++- src/wixlib/complus.wixproj | 4 ++-- src/wixlib/packages.config | 2 +- 8 files changed, 22 insertions(+), 18 deletions(-) (limited to 'src') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index c6ced58e..827c071a 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -10,7 +10,7 @@ $(OutputPath)$(NormalizedPlatform)\ - + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) 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/complusca.vcxproj b/src/ca/complusca.vcxproj index 5085f61d..9ee2614f 100644 --- a/src/ca/complusca.vcxproj +++ b/src/ca/complusca.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -93,7 +93,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 ab964d2c..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.ComPlus/WixToolsetTest.ComPlus.csproj b/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj index 801f5ca2..a66f91e1 100644 --- a/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj +++ b/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj @@ -1,9 +1,9 @@ - + - netcoreapp2.1 + netcoreapp3.1 false @@ -23,7 +23,10 @@ - + + + + @@ -31,8 +34,8 @@ - - - + + + diff --git a/src/wixext/ComPlusWindowsInstallerBackendBinderExtension.cs b/src/wixext/ComPlusWindowsInstallerBackendBinderExtension.cs index b00add9e..e2285cb3 100644 --- a/src/wixext/ComPlusWindowsInstallerBackendBinderExtension.cs +++ b/src/wixext/ComPlusWindowsInstallerBackendBinderExtension.cs @@ -2,6 +2,7 @@ namespace WixToolset.ComPlus { + using System.Collections.Generic; using System.Linq; using System.Xml; using WixToolset.Data.WindowsInstaller; @@ -11,7 +12,7 @@ namespace WixToolset.ComPlus { 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/complus.wixproj b/src/wixlib/complus.wixproj index 2384eb47..12da2f6a 100644 --- a/src/wixlib/complus.wixproj +++ b/src/wixlib/complus.wixproj @@ -1,7 +1,7 @@ - + {E191E61E-E098-4F71-888F-51A79F952022} @@ -30,7 +30,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 209dd820..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