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