From 5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jul 2018 14:21:40 -0700 Subject: Integrate Extensibility.Data namespace change from Extensibility repo --- src/WixToolset.Core/PreprocessContext.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/WixToolset.Core/PreprocessContext.cs') diff --git a/src/WixToolset.Core/PreprocessContext.cs b/src/WixToolset.Core/PreprocessContext.cs index a6085b81..151506e2 100644 --- a/src/WixToolset.Core/PreprocessContext.cs +++ b/src/WixToolset.Core/PreprocessContext.cs @@ -6,7 +6,7 @@ namespace WixToolset.Core using System.Collections.Generic; using WixToolset.Data; using WixToolset.Extensibility; - using WixToolset.Extensibility.Services; + using WixToolset.Extensibility.Data; internal class PreprocessContext : IPreprocessContext { @@ -17,8 +17,6 @@ namespace WixToolset.Core public IServiceProvider ServiceProvider { get; } - public IMessaging Messaging { get; set; } - public IEnumerable Extensions { get; set; } public Platform Platform { get; set; } -- cgit v1.2.3-55-g6feb