dotnet-nuget-locals - Man Page

Clears or lists local NuGet resources.

dotnet nuget locals

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Synopsis

dotnet nuget locals <CACHE_LOCATION> [(-c|--clear)|(-l|--list)] [--force-english-output]

dotnet nuget locals -h|--help

Description

The dotnet nuget locals command clears or lists local NuGet resources in the http-request cache, temporary cache, or machine-wide global packages folder.

Arguments

Options

Examples

Troubleshooting

For information on common problems and errors while using the dotnet nuget locals command, see Managing the NuGet cache.

Info

2023-10-25 .NET Documentation