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