1 override of PromptForTargetFrameworkAsync
dotnet-watch (1)
UI\SpectreBuildParametersSelectionPrompt.cs (1)
23
protected override Task<string>
PromptForTargetFrameworkAsync
(IReadOnlyList<string> targetFrameworks, CancellationToken cancellationToken)
1 reference to PromptForTargetFrameworkAsync
Microsoft.DotNet.HotReload.Watch (1)
UI\BuildParametersSelectionPrompt.cs (1)
28
PreviousFrameworkSelection = await
PromptForTargetFrameworkAsync
(targetFrameworks, cancellationToken);