diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/ICommandLineContext.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/ICommandLineContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/ICommandLineContext.cs b/src/WixToolset.Extensibility/Data/ICommandLineContext.cs index 1b2db4a4..41c913fe 100644 --- a/src/WixToolset.Extensibility/Data/ICommandLineContext.cs +++ b/src/WixToolset.Extensibility/Data/ICommandLineContext.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 2 | 2 | ||
| 3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| @@ -7,7 +7,7 @@ namespace WixToolset.Extensibility.Data | |||
| 7 | 7 | ||
| 8 | public interface ICommandLineContext | 8 | public interface ICommandLineContext |
| 9 | { | 9 | { |
| 10 | IServiceProvider ServiceProvider { get; } | 10 | IWixToolsetServiceProvider ServiceProvider { get; } |
| 11 | 11 | ||
| 12 | IExtensionManager ExtensionManager { get; set; } | 12 | IExtensionManager ExtensionManager { get; set; } |
| 13 | 13 | ||
