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. See NuGet signed package verification for details.

Arguments

Options

Examples

Info

2022-11-08 .NET Documentation