diff options
Diffstat (limited to 'src/WixToolset.Core/CompileContext.cs')
-rw-r--r-- | src/WixToolset.Core/CompileContext.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WixToolset.Core/CompileContext.cs b/src/WixToolset.Core/CompileContext.cs index fcca94d8..6f19961f 100644 --- a/src/WixToolset.Core/CompileContext.cs +++ b/src/WixToolset.Core/CompileContext.cs | |||
@@ -7,7 +7,7 @@ namespace WixToolset.Core | |||
7 | using System.Xml.Linq; | 7 | using System.Xml.Linq; |
8 | using WixToolset.Data; | 8 | using WixToolset.Data; |
9 | using WixToolset.Extensibility; | 9 | using WixToolset.Extensibility; |
10 | using WixToolset.Extensibility.Services; | 10 | using WixToolset.Extensibility.Data; |
11 | 11 | ||
12 | public class CompileContext : ICompileContext | 12 | public class CompileContext : ICompileContext |
13 | { | 13 | { |
@@ -18,8 +18,6 @@ namespace WixToolset.Core | |||
18 | 18 | ||
19 | public IServiceProvider ServiceProvider { get; } | 19 | public IServiceProvider ServiceProvider { get; } |
20 | 20 | ||
21 | public IMessaging Messaging { get; set; } | ||
22 | |||
23 | public string CompilationId { get; set; } | 21 | public string CompilationId { get; set; } |
24 | 22 | ||
25 | public IEnumerable<ICompilerExtension> Extensions { get; set; } | 23 | public IEnumerable<ICompilerExtension> Extensions { get; set; } |