diff options
Diffstat (limited to 'src/WixToolset.Core/DecompileContext.cs')
| -rw-r--r-- | src/WixToolset.Core/DecompileContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/DecompileContext.cs b/src/WixToolset.Core/DecompileContext.cs index fb59cd08..056785d6 100644 --- a/src/WixToolset.Core/DecompileContext.cs +++ b/src/WixToolset.Core/DecompileContext.cs | |||
| @@ -11,12 +11,12 @@ namespace WixToolset.Core | |||
| 11 | 11 | ||
| 12 | internal class DecompileContext : IDecompileContext | 12 | internal class DecompileContext : IDecompileContext |
| 13 | { | 13 | { |
| 14 | internal DecompileContext(IWixToolsetServiceProvider serviceProvider) | 14 | internal DecompileContext(IServiceProvider serviceProvider) |
| 15 | { | 15 | { |
| 16 | this.ServiceProvider = serviceProvider; | 16 | this.ServiceProvider = serviceProvider; |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | public IWixToolsetServiceProvider ServiceProvider { get; } | 19 | public IServiceProvider ServiceProvider { get; } |
| 20 | 20 | ||
| 21 | public string DecompilePath { get; set; } | 21 | public string DecompilePath { get; set; } |
| 22 | 22 | ||
