2 references to PromptToCreateOrUpdateNuGetConfigAsync
aspire (2)
Templating\DotNetTemplateFactory.cs (1)
536await templateNuGetConfigService.PromptToCreateOrUpdateNuGetConfigAsync(selectedTemplateDetails.Channel, outputPath, cancellationToken);
Templating\TemplateNuGetConfigService.cs (1)
83await PromptToCreateOrUpdateNuGetConfigAsync(matchingChannel, outputPath, cancellationToken);