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