dotnet-restore

restore Restores the dependencies and tools of a .NET project.…

dotnet restore

Restores the dependencies and tools of a .NET project. More information: https://docs.microsoft.com/dotnet/core/tools/dotnet-restore.

dotnet restore

dotnet restore {{path/to/project_or_solution}}

dotnet restore --no-cache

dotnet restore --force

dotnet restore --ignore-failed-sources

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

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dotnet-publish dotnet-tool →