1 implementation of Remove
dotnet (1)
ToolManifest\ToolManifestEditor.cs (1)
403
public void
Remove
(FilePath manifest, PackageId packageId)
1 reference to Remove
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (1)
54
_toolManifestEditor.
Remove
(manifestFile, _packageId);