diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-14 11:20:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-14 11:32:08 -0700 |
| commit | e8ebab2ce3991c3abb9942ce48a026a2169df01e (patch) | |
| tree | 7a43209081067ee5b8379f2b1ca9bdbc4f7ee51f /src/WixToolset.Core/CommandLine/CommandLineContext.cs | |
| parent | dad79129d26cfb12f0d8894d9189334fa982b823 (diff) | |
| download | wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.gz wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.bz2 wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.zip | |
Remove use of removed IWixToolsetServiceProvider
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineContext.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineContext.cs b/src/WixToolset.Core/CommandLine/CommandLineContext.cs index 6bf05590..8d5cf120 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineContext.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineContext.cs | |||
| @@ -8,12 +8,12 @@ namespace WixToolset.Core.CommandLine | |||
| 8 | 8 | ||
| 9 | internal class CommandLineContext : ICommandLineContext | 9 | internal class CommandLineContext : ICommandLineContext |
| 10 | { | 10 | { |
| 11 | public CommandLineContext(IWixToolsetServiceProvider serviceProvider) | 11 | public CommandLineContext(IServiceProvider serviceProvider) |
| 12 | { | 12 | { |
| 13 | this.ServiceProvider = serviceProvider; | 13 | this.ServiceProvider = serviceProvider; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | public IWixToolsetServiceProvider ServiceProvider { get; } | 16 | public IServiceProvider ServiceProvider { get; } |
| 17 | 17 | ||
| 18 | public IExtensionManager ExtensionManager { get; set; } | 18 | public IExtensionManager ExtensionManager { get; set; } |
| 19 | 19 | ||
