diff options
author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
commit | 52005c7e6917f9866dd0b0de6993def16a72ed4b (patch) | |
tree | 59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/LibraryContext.cs | |
parent | 79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff) | |
download | wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2 wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip |
Major reduction in public surface area of WixToolset.Core
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 | } |