dotnet restore

Восстанавливает зависимости и утилиты для проекта .NET. Больше информации: https://learn.microsoft.com/dotnet/core/tools/dotnet-restore.

dotnet restore

dotnet restore {{путь/до/проекта_или_решения}}

dotnet restore --no-cache

dotnet restore --force

dotnet restore --ignore-failed-sources

dotnet restore --verbosity {{quiet|minimal|normal|detailed|diagnostic}}