1 write to Packages
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateCommand.cs (1)
61
Packages
= packages,
4 references to Packages
NuGet.CommandLine.XPlat (4)
Commands\Package\Update\PackageUpdateCommandRunner.cs (4)
253
bool noPackagesSpecified = args.
Packages
is null || args.
Packages
.Count == 0;
277
await SelectVulnerablePackagesToUpdateAsync(args.
Packages
, dgSpec, projectPath, logger, packageUpdateIO, ct);
319
await SelectSpecificPackagesToUpdateAsync(args.
Packages
!, projectSpec, logger, packageUpdateIO, ct);