Skip to content

Commit 143dd66

Browse files
authored
dotnet nuget verify outputs content hash (#47528)
1 parent 9da92ac commit 143dd66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/tools/dotnet-nuget-verify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dotnet nuget verify -h|--help
2727
## Description
2828

2929
The `dotnet nuget verify` command verifies a signed NuGet package.
30+
In .NET 10 and later versions, the command also outputs the package's content hash, which might be useful to investigate lock file validation errors.
3031

3132
> [!NOTE]
3233
> This command requires a certificate root store that is valid for both code signing and timestamping. Also, this command may not be supported on some combinations of operating system and .NET SDK. For more information, see [NuGet signed package verification](nuget-signed-package-verification.md).

0 commit comments

Comments
 (0)