diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 2 |
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 6878aed5..2ced48ea 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -54,7 +54,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 54 | this.BackendExtensions = backendExtension; | 54 | this.BackendExtensions = backendExtension; |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | public IServiceProvider ServiceProvider { get; } | 57 | public IWixToolsetServiceProvider ServiceProvider { get; } |
| 58 | 58 | ||
| 59 | private IMessaging Messaging { get; } | 59 | private IMessaging Messaging { get; } |
| 60 | 60 | ||
