diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-12 15:56:22 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-12 23:25:04 -0700 |
| commit | 83b04241472fdc93b0a3a7511479a1182ad5f4c0 (patch) | |
| tree | 21f6d7e389201cf1a6b334b7496075d8e6108b48 /src/WixToolset.Core/CommandLine/CommandLine.cs | |
| parent | 1a45fef205dcaa3d310faba5ea6a10828c3b62cf (diff) | |
| download | wix-83b04241472fdc93b0a3a7511479a1182ad5f4c0.tar.gz wix-83b04241472fdc93b0a3a7511479a1182ad5f4c0.tar.bz2 wix-83b04241472fdc93b0a3a7511479a1182ad5f4c0.zip | |
IExtensionManager.Create renamed to IExtensionManager.GetServices
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLine.cs | 2 |
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 | { |
