diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLine.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs index 7371628b..b87b6a5d 100644 --- a/src/WixToolset.Core/CommandLine/CommandLine.cs +++ b/src/WixToolset.Core/CommandLine/CommandLine.cs | |||
| @@ -21,9 +21,9 @@ namespace WixToolset.Core.CommandLine | |||
| 21 | 21 | ||
| 22 | internal class CommandLine : ICommandLine | 22 | internal class CommandLine : ICommandLine |
| 23 | { | 23 | { |
| 24 | public CommandLine(IWixToolsetServiceProvider serviceProvider) => this.ServiceProvider = serviceProvider; | 24 | public CommandLine(IServiceProvider serviceProvider) => this.ServiceProvider = serviceProvider; |
| 25 | 25 | ||
| 26 | private IWixToolsetServiceProvider ServiceProvider { get; } | 26 | private IServiceProvider ServiceProvider { get; } |
| 27 | 27 | ||
| 28 | public ICommandLineCommand CreateCommand(string[] args) | 28 | public ICommandLineCommand CreateCommand(string[] args) |
| 29 | { | 29 | { |
