diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineContext.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineContext.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineContext.cs b/src/WixToolset.Core/CommandLine/CommandLineContext.cs index 96c149be..cbb9af53 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineContext.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineContext.cs | |||
@@ -3,7 +3,6 @@ | |||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Data; | ||
7 | using WixToolset.Extensibility.Services; | 6 | using WixToolset.Extensibility.Services; |
8 | 7 | ||
9 | internal class CommandLineContext : ICommandLineContext | 8 | internal class CommandLineContext : ICommandLineContext |
@@ -15,7 +14,7 @@ namespace WixToolset.Core | |||
15 | 14 | ||
16 | public IServiceProvider ServiceProvider { get; } | 15 | public IServiceProvider ServiceProvider { get; } |
17 | 16 | ||
18 | public Messaging Messaging { get; set; } | 17 | public IMessaging Messaging { get; set; } |
19 | 18 | ||
20 | public IExtensionManager ExtensionManager { get; set; } | 19 | public IExtensionManager ExtensionManager { get; set; } |
21 | 20 | ||