aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Converters/FormatCommand.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-03-15 20:46:45 -0400
committerBob Arnson <bob@firegiant.com>2021-03-15 20:53:12 -0400
commit6ffe147d054e6515b5276f6412994fe88392366b (patch)
tree29e22af7540c6e0c9c0e2a5566beaff08c7dc151 /src/WixToolset.Converters/FormatCommand.cs
parentd1050931018d6e8dd06189202492df666dfbb594 (diff)
downloadwix-6ffe147d054e6515b5276f6412994fe88392366b.tar.gz
wix-6ffe147d054e6515b5276f6412994fe88392366b.tar.bz2
wix-6ffe147d054e6515b5276f6412994fe88392366b.zip
Update service provider dependency
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Converters/FormatCommand.cs2
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 }