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