Update Aspire to 13.4.6#21
Open
webreidi wants to merge 5 commits into
Open
Conversation
Update Aspire package references and target frameworks to the Aspire 13 / net10.0 line for the app host, service defaults, web, API, tests, and core logic projects.
Set DCP_IDE_REQUEST_TIMEOUT_SECONDS in AppHost launch profiles so Aspire 13 can start the IDE session reliably during local debugging.
Keep Aspire 13 packages on the previously working net9 target framework to restore API and web launch compatibility.
Revert the Aspire package line to the previously working 9.4.0 release while keeping the net9 target framework and the DCP timeout override.
Use the Aspire 13.4 update flow to migrate the AppHost SDK format, update Aspire package references, and remove stale fixed dashboard/resource service launch settings so 13.4 can assign dynamic ports.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the app to Aspire 13.4.6 using the official Aspire 13.4 update flow.
Key changes:
Aspire.AppHost.Sdk/13.4.6project SDK format.aspire.config.jsonand NuGet source mapping config fromaspire update.Validation:
aspire doctor --non-interactive --nologodotnet build --no-restore --verbosity minimaldotnet test --no-build --filter "TestGameLogic" --verbosity minimal