dotnet-nuget-verify - Man Page

Verifies a signed NuGet package.

dotnet nuget verify

This article applies to: ✔️ .NET 5.0.100-rc.2.x SDK and later versions

Synopsis

dotnet nuget verify [<package-path(s)>]
    [--all]
    [--certificate-fingerprint <FINGERPRINT>]
    [-v|--verbosity <LEVEL>]
    [--configfile <FILE>]

dotnet nuget verify -h|--help

Description

The dotnet nuget verify command verifies a signed NuGet package.

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.

Arguments

Options

Examples

Info

2023-10-25 .NET Documentation