diff options
Diffstat (limited to 'src/WixToolset.Core/UnbindContext.cs')
| -rw-r--r-- | src/WixToolset.Core/UnbindContext.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core/UnbindContext.cs b/src/WixToolset.Core/UnbindContext.cs index acfb8f1e..c3817a08 100644 --- a/src/WixToolset.Core/UnbindContext.cs +++ b/src/WixToolset.Core/UnbindContext.cs | |||
| @@ -2,17 +2,17 @@ | |||
| 2 | 2 | ||
| 3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
| 4 | { | 4 | { |
| 5 | using System; | ||
| 5 | using WixToolset.Extensibility.Data; | 6 | using WixToolset.Extensibility.Data; |
| 6 | using WixToolset.Extensibility.Services; | ||
| 7 | 7 | ||
| 8 | internal class UnbindContext : IUnbindContext | 8 | internal class UnbindContext : IUnbindContext |
| 9 | { | 9 | { |
| 10 | internal UnbindContext(IWixToolsetServiceProvider serviceProvider) | 10 | internal UnbindContext(IServiceProvider serviceProvider) |
| 11 | { | 11 | { |
| 12 | this.ServiceProvider = serviceProvider; | 12 | this.ServiceProvider = serviceProvider; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | public IWixToolsetServiceProvider ServiceProvider { get; } | 15 | public IServiceProvider ServiceProvider { get; } |
| 16 | 16 | ||
| 17 | public string ExportBasePath { get; set; } | 17 | public string ExportBasePath { get; set; } |
| 18 | 18 | ||
