Open
Description
We want to implement an aspire update
command on the CLI. The goal of this command is to update the SDK and package references in an app host project as well as package references in referenced projects.
It should probably build upon any prior art that we have in the .NET SDK, but it will likely need to go further to support polyglot scenarios if we end up having packages for other languages/frameworks.
We probably want to have it be an interactive experience where the developer can run it locally and confirm each update as we suggest it (so they know what changed).