aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/CommandLine.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs
index 9aefc50a..8e359e14 100644
--- a/src/WixToolset.Core/CommandLine/CommandLine.cs
+++ b/src/WixToolset.Core/CommandLine/CommandLine.cs
@@ -89,7 +89,7 @@ namespace WixToolset.Core.CommandLine
89 89
90 private ICommandLineCommand Parse(ICommandLineContext context) 90 private ICommandLineCommand Parse(ICommandLineContext context)
91 { 91 {
92 var extensions = this.ExtensionManager.Create<IExtensionCommandLine>(); 92 var extensions = this.ExtensionManager.GetServices<IExtensionCommandLine>();
93 93
94 foreach (var extension in extensions) 94 foreach (var extension in extensions)
95 { 95 {