diff options
Diffstat (limited to 'src/wixext/IisExtensionFactory.cs')
-rw-r--r-- | src/wixext/IisExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/IisExtensionFactory.cs b/src/wixext/IisExtensionFactory.cs index 038379f8..2fb7e682 100644 --- a/src/wixext/IisExtensionFactory.cs +++ b/src/wixext/IisExtensionFactory.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Iis | |||
8 | 8 | ||
9 | public class IisExtensionFactory : BaseExtensionFactory | 9 | public class IisExtensionFactory : BaseExtensionFactory |
10 | { | 10 | { |
11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(IIsCompiler), | 13 | typeof(IIsCompiler), |
14 | typeof(IIsExtensionData), | 14 | typeof(IIsExtensionData), |