From 0a7de80d773dba9d93b64015934a92fd908824d7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 20 Apr 2021 13:06:43 -0700 Subject: Integrate latest tooling --- global.json | 2 +- src/wixext/PowerShellExtensionFactory.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index fc26eb6e..23dd3fa6 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0206" + "WixToolset.Sdk": "4.0.0-build-0211" } } diff --git a/src/wixext/PowerShellExtensionFactory.cs b/src/wixext/PowerShellExtensionFactory.cs index 22a4ad88..44f836e0 100644 --- a/src/wixext/PowerShellExtensionFactory.cs +++ b/src/wixext/PowerShellExtensionFactory.cs @@ -8,7 +8,7 @@ namespace WixToolset.PowerShell public class PowerShellExtensionFactory : BaseExtensionFactory { - protected override IEnumerable ExtensionTypes => new[] + protected override IReadOnlyCollection ExtensionTypes => new[] { typeof(PSCompiler), typeof(PSExtensionData), -- cgit v1.2.3-55-g6feb