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