diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 14:21:40 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 14:27:11 -0700 |
commit | 5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2 (patch) | |
tree | d409a2399bd831f16ecdb8e68947ea672dcd65d4 /src/WixToolset.Core/CompileContext.cs | |
parent | 2724cfee4c163f3297ee25edfd2372767cfd4945 (diff) | |
download | wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.tar.gz wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.tar.bz2 wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.zip |
Integrate Extensibility.Data namespace change from Extensibility repo
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; } |