aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-14 11:20:54 -0700
committerRob Mensching <rob@firegiant.com>2021-03-14 11:32:08 -0700
commite8ebab2ce3991c3abb9942ce48a026a2169df01e (patch)
tree7a43209081067ee5b8379f2b1ca9bdbc4f7ee51f /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
parentdad79129d26cfb12f0d8894d9189334fa982b823 (diff)
downloadwix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.gz
wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.tar.bz2
wix-e8ebab2ce3991c3abb9942ce48a026a2169df01e.zip
Remove use of removed IWixToolsetServiceProvider
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
index b6244a6e..df1c824a 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
@@ -55,7 +55,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
55 this.BackendExtensions = backendExtension; 55 this.BackendExtensions = backendExtension;
56 } 56 }
57 57
58 public IWixToolsetServiceProvider ServiceProvider { get; } 58 public IServiceProvider ServiceProvider { get; }
59 59
60 private IMessaging Messaging { get; } 60 private IMessaging Messaging { get; }
61 61