1 implementation of PromptForIntegrationVersionAsync
aspire (1)
Commands\AddCommand.cs (1)
268
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)
235
var version = await _prompter.
PromptForIntegrationVersionAsync
(orderedPackageVersions, cancellationToken);