3 references to GetLatestVersionOfPackageAsync
aspire (3)
Projects\ProjectUpdater.cs (3)
414
var latestSdkPackage = await
GetLatestVersionOfPackageAsync
(context, "Aspire.AppHost.Sdk", cancellationToken: cancellationToken);
1049
var latestPackage = await
GetLatestVersionOfPackageAsync
(context, packageId, throwIfNotFound: false, cancellationToken: cancellationToken);
1085
var latestPackage = await
GetLatestVersionOfPackageAsync
(context, packageId, throwIfNotFound: false, cancellationToken: cancellationToken);