1 implementation of UpdateProjectAsync
aspire (1)
Projects\ProjectUpdater.cs (1)
25
public async Task<ProjectUpdateResult>
UpdateProjectAsync
(FileInfo projectFile, PackageChannel channel, CancellationToken cancellationToken = default)
1 reference to UpdateProjectAsync
aspire (1)
Commands\UpdateCommand.cs (1)
51
await _projectUpdater.
UpdateProjectAsync
(projectFile!, channel, cancellationToken);