aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/UtilExtensionFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/UtilExtensionFactory.cs')
-rw-r--r--src/wixext/UtilExtensionFactory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/UtilExtensionFactory.cs b/src/wixext/UtilExtensionFactory.cs
index 0f87a1ff..08352813 100644
--- a/src/wixext/UtilExtensionFactory.cs
+++ b/src/wixext/UtilExtensionFactory.cs
@@ -1,4 +1,4 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Util 3namespace WixToolset.Util
4{ 4{
@@ -8,7 +8,7 @@ namespace WixToolset.Util
8 8
9 public class UtilExtensionFactory : BaseExtensionFactory 9 public class UtilExtensionFactory : BaseExtensionFactory
10 { 10 {
11 protected override IEnumerable<Type> ExtensionTypes => new[] 11 protected override IReadOnlyCollection<Type> ExtensionTypes => new[]
12 { 12 {
13 typeof(UtilCompiler), 13 typeof(UtilCompiler),
14 typeof(UtilExtensionData), 14 typeof(UtilExtensionData),