1 implementation of PromptForIntegrationVersionAsync
aspire (1)
Commands\AddCommand.cs (1)
279
public virtual async Task<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)>
PromptForIntegrationVersionAsync
(IEnumerable<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> packages, CancellationToken cancellationToken)
1 reference to PromptForIntegrationVersionAsync
aspire (1)
Commands\AddCommand.cs (1)
246
var version = await _prompter.
PromptForIntegrationVersionAsync
(orderedPackageVersions, cancellationToken);