diff options
Diffstat (limited to 'src/WixToolset.Converters/FormatCommand.cs')
| -rw-r--r-- | src/WixToolset.Converters/FormatCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters/FormatCommand.cs b/src/WixToolset.Converters/FormatCommand.cs index e9965df3..0861fc51 100644 --- a/src/WixToolset.Converters/FormatCommand.cs +++ b/src/WixToolset.Converters/FormatCommand.cs | |||
| @@ -11,7 +11,7 @@ namespace WixToolset.Converters | |||
| 11 | { | 11 | { |
| 12 | private const string SettingsFileDefault = "wix.format.settings.xml"; | 12 | private const string SettingsFileDefault = "wix.format.settings.xml"; |
| 13 | 13 | ||
| 14 | public FormatCommand(IWixToolsetServiceProvider serviceProvider) | 14 | public FormatCommand(IServiceProvider serviceProvider) |
| 15 | { | 15 | { |
| 16 | this.Messaging = serviceProvider.GetService<IMessaging>(); | 16 | this.Messaging = serviceProvider.GetService<IMessaging>(); |
| 17 | } | 17 | } |
