diff options
Diffstat (limited to 'src/WixToolset.Core/LinkContext.cs')
-rw-r--r-- | src/WixToolset.Core/LinkContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LinkContext.cs b/src/WixToolset.Core/LinkContext.cs index 7576ca3f..f45a3411 100644 --- a/src/WixToolset.Core/LinkContext.cs +++ b/src/WixToolset.Core/LinkContext.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Core | |||
8 | using WixToolset.Extensibility; | 8 | using WixToolset.Extensibility; |
9 | using WixToolset.Extensibility.Data; | 9 | using WixToolset.Extensibility.Data; |
10 | 10 | ||
11 | public class LinkContext : ILinkContext | 11 | internal class LinkContext : ILinkContext |
12 | { | 12 | { |
13 | internal LinkContext(IServiceProvider serviceProvider) | 13 | internal LinkContext(IServiceProvider serviceProvider) |
14 | { | 14 | { |