Skip to content

Commit 45ecd67

Browse files
github-actions[bot]github-actions
andauthored
[automated] Update man pages (#49612)
Co-authored-by: github-actions <[email protected]>
1 parent 67ab062 commit 45ecd67

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

documentation/manpages/sdk/dotnet-restore.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "dotnet-restore" "1" "2025-06-13" "" ".NET Documentation"
17+
.TH "dotnet-restore" "1" "2025-06-30" "" ".NET Documentation"
1818
.hy
1919
.SH dotnet restore
2020
.PP
@@ -387,8 +387,8 @@ You can configure the level at which auditing will fail by setting the \f[V]<NuG
387387
Possible values are \f[V]low\f[R], \f[V]moderate\f[R], \f[V]high\f[R], and \f[V]critical\f[R].
388388
For example if you only want to see moderate, high, and critical advisories, you can set the property to \f[V]moderate\f[R].
389389
.PP
390-
Starting in .NET 9, NuGet audits both \f[I]direct\f[R] and \f[I]transitive\f[R] package references, by default.
391-
In .NET 8, only \f[I]direct\f[R] package references are audited.
390+
In .NET 8 and .NET 9, only \f[I]direct\f[R] package references are audited by default.
391+
Starting in .NET 10, NuGet audits both \f[I]direct\f[R] and \f[I]transitive\f[R] package references by default.
392392
You can change the mode by setting the \f[V]<NuGetAuditMode>\f[R] MSBuild property to \f[V]direct\f[R] or \f[V]all\f[R].
393393
.PP
394394
For more information, see Auditing package dependencies for security vulnerabilities.

documentation/manpages/sdk/dotnet-tool-update.1

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "dotnet-tool-update" "1" "2025-06-13" "" ".NET Documentation"
17+
.TH "dotnet-tool-update" "1" "2025-06-30" "" ".NET Documentation"
1818
.hy
1919
.SH dotnet tool update
2020
.PP
@@ -27,23 +27,23 @@ dotnet-tool-update - Updates the specified .NET tool on your machine.
2727
.nf
2828
\f[C]
2929
dotnet tool update <PACKAGE_ID> -g|--global
30-
[--add-source <SOURCE>] [--allow-downgrade]
30+
[--add-source <SOURCE>] [--all] [--allow-downgrade]
3131
[--configfile <FILE>]
3232
[--disable-parallel] [--framework <FRAMEWORK>]
3333
[--ignore-failed-sources] [--interactive]
3434
[--no-cache] [--prerelease]
3535
[-v|--verbosity <LEVEL>] [--version <VERSION>]
3636

3737
dotnet tool update <PACKAGE_ID> --tool-path <PATH>
38-
[--add-source <SOURCE>] [--allow-downgrade]
38+
[--add-source <SOURCE>] [--all] [--allow-downgrade]
3939
[--configfile <FILE>]
4040
[--disable-parallel] [--framework <FRAMEWORK>]
4141
[--ignore-failed-sources] [--interactive]
4242
[--no-cache] [--prerelease]
4343
[-v|--verbosity <LEVEL>] [--version <VERSION>]
4444

4545
dotnet tool update <PACKAGE_ID> --local
46-
[--add-source <SOURCE>] [--allow-downgrade]
46+
[--add-source <SOURCE>] [--all] [--allow-downgrade]
4747
[--configfile <FILE>]
4848
[--disable-parallel] [--framework <FRAMEWORK>]
4949
[--ignore-failed-sources] [--interactive]
@@ -84,6 +84,12 @@ If the same package and version is in multiple feeds, the fastest feed wins.
8484
For more information, see What happens when a NuGet package is installed?.
8585
.RE
8686
.IP \[bu] 2
87+
\f[B]\f[VB]--all\f[B]\f[R]
88+
.RS 2
89+
.PP
90+
Update all tools.
91+
.RE
92+
.IP \[bu] 2
8793
\f[B]\f[VB]--allow-downgrade\f[B]\f[R]
8894
.RS 2
8995
.PP

0 commit comments

Comments
 (0)