Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions documentation/manpages/sdk/dotnet-restore.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-restore" "1" "2025-06-13" "" ".NET Documentation"
.TH "dotnet-restore" "1" "2025-07-15" "" ".NET Documentation"
.hy
.SH dotnet restore
.PP
Expand Down Expand Up @@ -387,8 +387,8 @@ You can configure the level at which auditing will fail by setting the \f[V]<NuG
Possible values are \f[V]low\f[R], \f[V]moderate\f[R], \f[V]high\f[R], and \f[V]critical\f[R].
For example if you only want to see moderate, high, and critical advisories, you can set the property to \f[V]moderate\f[R].
.PP
Starting in .NET 9, NuGet audits both \f[I]direct\f[R] and \f[I]transitive\f[R] package references, by default.
In .NET 8, only \f[I]direct\f[R] package references are audited.
In .NET 8 and .NET 9, only \f[I]direct\f[R] package references are audited by default.
Starting in .NET 10, NuGet audits both \f[I]direct\f[R] and \f[I]transitive\f[R] package references by default.
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].
.PP
For more information, see Auditing package dependencies for security vulnerabilities.
14 changes: 10 additions & 4 deletions documentation/manpages/sdk/dotnet-tool-update.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-tool-update" "1" "2025-06-13" "" ".NET Documentation"
.TH "dotnet-tool-update" "1" "2025-07-15" "" ".NET Documentation"
.hy
.SH dotnet tool update
.PP
Expand All @@ -27,23 +27,23 @@ dotnet-tool-update - Updates the specified .NET tool on your machine.
.nf
\f[C]
dotnet tool update <PACKAGE_ID> -g|--global
[--add-source <SOURCE>] [--allow-downgrade]
[--add-source <SOURCE>] [--all] [--allow-downgrade]
[--configfile <FILE>]
[--disable-parallel] [--framework <FRAMEWORK>]
[--ignore-failed-sources] [--interactive]
[--no-cache] [--prerelease]
[-v|--verbosity <LEVEL>] [--version <VERSION>]

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

dotnet tool update <PACKAGE_ID> --local
[--add-source <SOURCE>] [--allow-downgrade]
[--add-source <SOURCE>] [--all] [--allow-downgrade]
[--configfile <FILE>]
[--disable-parallel] [--framework <FRAMEWORK>]
[--ignore-failed-sources] [--interactive]
Expand Down Expand Up @@ -84,6 +84,12 @@ If the same package and version is in multiple feeds, the fastest feed wins.
For more information, see What happens when a NuGet package is installed?.
.RE
.IP \[bu] 2
\f[B]\f[VB]--all\f[B]\f[R]
.RS 2
.PP
Update all tools.
.RE
.IP \[bu] 2
\f[B]\f[VB]--allow-downgrade\f[B]\f[R]
.RS 2
.PP
Expand Down