File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: dotnet package update command
3
3
description : The dotnet package update command provides a convenient option to update a NuGet package reference to a project.
4
4
ms.date : 09/26/2025
5
5
---
6
- # dotnet package remove
6
+ # dotnet package update
7
7
8
8
** This article applies to:** ✔️ .NET 6 and later versions
9
9
@@ -24,13 +24,13 @@ dotnet package update -h|--help
24
24
25
25
## Description
26
26
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.
28
28
29
29
## Arguments
30
30
31
31
` PACKAGE_NAME `
32
32
33
- The package reference to remove .
33
+ The package reference to update .
34
34
35
35
## Options
36
36
You can’t perform that action at this time.
0 commit comments