File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Cli/dotnet/commands/dotnet-tool/update Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ internal class ToolUpdateGlobalOrToolPathCommand : CommandBase
23
23
{
24
24
private readonly CreateShellShimRepository _createShellShimRepository ;
25
25
private readonly CreateToolPackageStoresAndDownloaderAndUninstaller _createToolPackageStoreDownloaderUninstaller ;
26
- private readonly ToolInstallGlobalOrToolPathCommand _toolInstallGlobalOrToolPathCommand ;
27
-
28
- internal readonly RestoreActionConfig _restoreActionConfig ;
26
+ internal readonly ToolInstallGlobalOrToolPathCommand _toolInstallGlobalOrToolPathCommand ;
29
27
30
28
public ToolUpdateGlobalOrToolPathCommand ( ParseResult parseResult ,
31
29
CreateToolPackageStoresAndDownloaderAndUninstaller createToolPackageStoreDownloaderUninstaller = null ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ internal class ToolUpdateLocalCommand : CommandBase
20
20
private readonly IToolManifestEditor _toolManifestEditor ;
21
21
private readonly ILocalToolsResolverCache _localToolsResolverCache ;
22
22
private readonly IToolPackageDownloader _toolPackageDownloader ;
23
- private readonly Lazy < ToolInstallLocalCommand > _toolInstallLocalCommand ;
23
+ internal readonly Lazy < ToolInstallLocalCommand > _toolInstallLocalCommand ;
24
24
private readonly IReporter _reporter ;
25
25
26
26
public ToolUpdateLocalCommand (
You can’t perform that action at this time.
0 commit comments