diff options
Diffstat (limited to 'src/WixToolset.Core/LibraryContext.cs')
| -rw-r--r-- | src/WixToolset.Core/LibraryContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/LibraryContext.cs b/src/WixToolset.Core/LibraryContext.cs index 5dd17dc8..4df19702 100644 --- a/src/WixToolset.Core/LibraryContext.cs +++ b/src/WixToolset.Core/LibraryContext.cs | |||
| @@ -11,12 +11,12 @@ namespace WixToolset.Core | |||
| 11 | 11 | ||
| 12 | internal class LibraryContext : ILibraryContext | 12 | internal class LibraryContext : ILibraryContext |
| 13 | { | 13 | { |
| 14 | internal LibraryContext(IServiceProvider serviceProvider) | 14 | internal LibraryContext(IWixToolsetServiceProvider serviceProvider) |
| 15 | { | 15 | { |
| 16 | this.ServiceProvider = serviceProvider; | 16 | this.ServiceProvider = serviceProvider; |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | public IServiceProvider ServiceProvider { get; } | 19 | public IWixToolsetServiceProvider ServiceProvider { get; } |
| 20 | 20 | ||
| 21 | public IMessaging Messaging { get; set; } | 21 | public IMessaging Messaging { get; set; } |
| 22 | 22 | ||
