diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-20 13:06:43 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-20 13:23:54 -0700 |
commit | 0a7de80d773dba9d93b64015934a92fd908824d7 (patch) | |
tree | 6700dc627b1474fb7d2ff1ef82589a55f643b063 | |
parent | 79cc786be11fb288374222287c549b910e4ce65d (diff) | |
download | wix-0a7de80d773dba9d93b64015934a92fd908824d7.tar.gz wix-0a7de80d773dba9d93b64015934a92fd908824d7.tar.bz2 wix-0a7de80d773dba9d93b64015934a92fd908824d7.zip |
Integrate latest tooling
-rw-r--r-- | global.json | 2 | ||||
-rw-r--r-- | 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 @@ | |||
1 | { | 1 | { |
2 | "msbuild-sdks": { | 2 | "msbuild-sdks": { |
3 | "WixToolset.Sdk": "4.0.0-build-0206" | 3 | "WixToolset.Sdk": "4.0.0-build-0211" |
4 | } | 4 | } |
5 | } | 5 | } |
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 | |||
8 | 8 | ||
9 | public class PowerShellExtensionFactory : BaseExtensionFactory | 9 | public class PowerShellExtensionFactory : BaseExtensionFactory |
10 | { | 10 | { |
11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(PSCompiler), | 13 | typeof(PSCompiler), |
14 | typeof(PSExtensionData), | 14 | typeof(PSExtensionData), |