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.WindowsInstaller/UnbindContext.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/UnbindContext.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/UnbindContext.cs b/src/WixToolset.Core.WindowsInstaller/UnbindContext.cs index ff71bea4..2bc4516d 100644 --- a/src/WixToolset.Core.WindowsInstaller/UnbindContext.cs +++ b/src/WixToolset.Core.WindowsInstaller/UnbindContext.cs @@ -3,15 +3,12 @@ namespace WixToolset.Core { using System; - using WixToolset.Extensibility; - using WixToolset.Extensibility.Services; + using WixToolset.Extensibility.Data; internal class UnbindContext : IUnbindContext { public IServiceProvider ServiceProvider { get; } - public IMessaging Messaging { get; set; } - public string ExportBasePath { get; set; } public string InputFilePath { get; set; } -- cgit v1.2.3-55-g6feb