3 references to GetPackagesAsync
aspire (3)
Projects\GuestAppHostProject.cs (2)
856
var sdkPackages = await context.Channel.
GetPackagesAsync
("Aspire.Hosting", directory, cancellationToken);
879
var packages = await context.Channel.
GetPackagesAsync
(packageId, directory, cancellationToken);
Projects\ProjectUpdater.cs (1)
238
var packages = await context.Channel.
GetPackagesAsync
(packageId, context.AppHostProjectFile.Directory!, cancellationToken);