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