Skip to content

Commit f5988f4

Browse files
authored
update references in dotnet-package-update
1 parent 80b41b9 commit f5988f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/tools/dotnet-package-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: dotnet package update command
33
description: The dotnet package update command provides a convenient option to update a NuGet package reference to a project.
44
ms.date: 09/26/2025
55
---
6-
# dotnet package remove
6+
# dotnet package update
77

88
**This article applies to:** ✔️ .NET 6 and later versions
99

@@ -24,13 +24,13 @@ dotnet package update -h|--help
2424

2525
## Description
2626

27-
The `dotnet package update` command provides a convenient option to update a NuGet package reference in a project or solution.
27+
The `dotnet package update` command provides a convenient option to update a NuGet package reference in a project or solution.
2828

2929
## Arguments
3030

3131
`PACKAGE_NAME`
3232

33-
The package reference to remove.
33+
The package reference to update.
3434

3535
## Options
3636

0 commit comments

Comments
 (0)