diff options
Diffstat (limited to 'src/WixToolset.Core/IncribeContext.cs')
-rw-r--r-- | src/WixToolset.Core/IncribeContext.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core/IncribeContext.cs b/src/WixToolset.Core/IncribeContext.cs index 9a002d68..8db4daef 100644 --- a/src/WixToolset.Core/IncribeContext.cs +++ b/src/WixToolset.Core/IncribeContext.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 | { |
@@ -8,12 +8,12 @@ namespace WixToolset.Core | |||
8 | 8 | ||
9 | internal class InscribeContext : IInscribeContext | 9 | internal class InscribeContext : IInscribeContext |
10 | { | 10 | { |
11 | public InscribeContext(IServiceProvider serviceProvider) | 11 | public InscribeContext(IWixToolsetServiceProvider serviceProvider) |
12 | { | 12 | { |
13 | this.ServiceProvider = serviceProvider; | 13 | this.ServiceProvider = serviceProvider; |
14 | } | 14 | } |
15 | 15 | ||
16 | public IServiceProvider ServiceProvider { get; } | 16 | public IWixToolsetServiceProvider ServiceProvider { get; } |
17 | 17 | ||
18 | public string IntermediateFolder { get; set; } | 18 | public string IntermediateFolder { get; set; } |
19 | 19 | ||