diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-14 11:20:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-14 11:32:08 -0700 |
| commit | e8ebab2ce3991c3abb9942ce48a026a2169df01e (patch) | |
| tree | 7a43209081067ee5b8379f2b1ca9bdbc4f7ee51f /src/WixToolset.Core.WindowsInstaller/ExtensibilityServices | |
| parent | dad79129d26cfb12f0d8894d9189334fa982b823 (diff) | |
| download | wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.gz wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.bz2 wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.zip | |
Remove use of removed IWixToolsetServiceProvider
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/ExtensibilityServices')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs b/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs index 18060ca7..ca1cd0e3 100644 --- a/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs +++ b/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs | |||
| @@ -16,7 +16,7 @@ namespace WixToolset.Core.WindowsInstaller.ExtensibilityServices | |||
| 16 | { | 16 | { |
| 17 | private readonly IBackendHelper backendHelper; | 17 | private readonly IBackendHelper backendHelper; |
| 18 | 18 | ||
| 19 | public WindowsInstallerBackendHelper(IWixToolsetServiceProvider serviceProvider) | 19 | public WindowsInstallerBackendHelper(IServiceProvider serviceProvider) |
| 20 | { | 20 | { |
| 21 | this.backendHelper = serviceProvider.GetService<IBackendHelper>(); | 21 | this.backendHelper = serviceProvider.GetService<IBackendHelper>(); |
| 22 | } | 22 | } |
