diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/ILinkContext.cs')
-rw-r--r-- | src/WixToolset.Extensibility/Data/ILinkContext.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/ILinkContext.cs b/src/WixToolset.Extensibility/Data/ILinkContext.cs index 8c1d6f22..4212339e 100644 --- a/src/WixToolset.Extensibility/Data/ILinkContext.cs +++ b/src/WixToolset.Extensibility/Data/ILinkContext.cs | |||
@@ -1,14 +1,15 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using WixToolset.Data; | 7 | using WixToolset.Data; |
8 | using WixToolset.Extensibility.Services; | ||
8 | 9 | ||
9 | public interface ILinkContext | 10 | public interface ILinkContext |
10 | { | 11 | { |
11 | IServiceProvider ServiceProvider { get; } | 12 | IWixToolsetServiceProvider ServiceProvider { get; } |
12 | 13 | ||
13 | IEnumerable<ILinkerExtension> Extensions { get; set; } | 14 | IEnumerable<ILinkerExtension> Extensions { get; set; } |
14 | 15 | ||