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 0b09aa93..e61b6ce8 100644 --- a/src/WixToolset.Core/LibraryContext.cs +++ b/src/WixToolset.Core/LibraryContext.cs | |||
@@ -9,9 +9,9 @@ namespace WixToolset.Core | |||
9 | using WixToolset.Extensibility.Data; | 9 | using WixToolset.Extensibility.Data; |
10 | using WixToolset.Extensibility.Services; | 10 | using WixToolset.Extensibility.Services; |
11 | 11 | ||
12 | public class LibraryContext : ILibraryContext | 12 | internal class LibraryContext : ILibraryContext |
13 | { | 13 | { |
14 | public LibraryContext(IServiceProvider serviceProvider) | 14 | internal LibraryContext(IServiceProvider serviceProvider) |
15 | { | 15 | { |
16 | this.ServiceProvider = serviceProvider; | 16 | this.ServiceProvider = serviceProvider; |
17 | } | 17 | } |