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