diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:50:39 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:56:16 -0700 |
commit | 4426b8745595b6e2c709e08871d04efbf574c1f5 (patch) | |
tree | 7ca9781069c4a4877cd6844366d314ab309e9416 /src/wixext/MsmqExtensionFactory.cs | |
parent | b02afce2100c976351073f1a8cb14fe1ab61cb1d (diff) | |
download | wix-4426b8745595b6e2c709e08871d04efbf574c1f5.tar.gz wix-4426b8745595b6e2c709e08871d04efbf574c1f5.tar.bz2 wix-4426b8745595b6e2c709e08871d04efbf574c1f5.zip |
Integrate latest tooling
Diffstat (limited to 'src/wixext/MsmqExtensionFactory.cs')
-rw-r--r-- | src/wixext/MsmqExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/MsmqExtensionFactory.cs b/src/wixext/MsmqExtensionFactory.cs index 14dd5188..de9f786d 100644 --- a/src/wixext/MsmqExtensionFactory.cs +++ b/src/wixext/MsmqExtensionFactory.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Msmq | |||
8 | 8 | ||
9 | public class MsmqExtensionFactory : BaseExtensionFactory | 9 | public class MsmqExtensionFactory : BaseExtensionFactory |
10 | { | 10 | { |
11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(MsmqCompiler), | 13 | typeof(MsmqCompiler), |
14 | typeof(MsmqExtensionData), | 14 | typeof(MsmqExtensionData), |