diff options
Diffstat (limited to 'src/WixToolset.Core/ResolveContext.cs')
-rw-r--r-- | src/WixToolset.Core/ResolveContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/ResolveContext.cs b/src/WixToolset.Core/ResolveContext.cs index cadc6678..1801f820 100644 --- a/src/WixToolset.Core/ResolveContext.cs +++ b/src/WixToolset.Core/ResolveContext.cs | |||
@@ -1,4 +1,4 @@ | |||
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.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
@@ -18,7 +18,7 @@ namespace WixToolset.Core | |||
18 | 18 | ||
19 | public IServiceProvider ServiceProvider { get; } | 19 | public IServiceProvider ServiceProvider { get; } |
20 | 20 | ||
21 | public IEnumerable<BindPath> BindPaths { get; set; } | 21 | public IEnumerable<IBindPath> BindPaths { get; set; } |
22 | 22 | ||
23 | public IEnumerable<IResolverExtension> Extensions { get; set; } | 23 | public IEnumerable<IResolverExtension> Extensions { get; set; } |
24 | 24 | ||