Update dependencies from latest .NET Servicing#18061
Draft
joperezr wants to merge 1 commit into
Draft
Conversation
.NET 10 Preview: 10.0.8 -> 10.0.9 .NET 9 Current: 9.0.16 -> 9.0.17 .NET 8 LTS: 8.0.27 -> 8.0.28 (ASP.NET Core and EF only) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 18061Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 18061" |
Member
Author
|
Marking as draft until CI is green and this is ready for review. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Aspire’s centrally-managed .NET servicing package versions to align with the June 2026 servicing release across the repo’s supported TFM bands (net8 LTS, net9 current, net10 preview), by adjusting the version properties consumed by central package management.
Changes:
- Bump .NET 10 preview EF Core / ASP.NET Core / runtime-related package versions from
10.0.8to10.0.9. - Bump .NET 9 current EF Core / ASP.NET Core / runtime-related package versions from
9.0.16to9.0.17. - Bump .NET 8 LTS EF Core / ASP.NET Core package versions from
8.0.27to8.0.28.
Show a summary per file
| File | Description |
|---|---|
| eng/Versions.props | Updates .NET 8/9/10 servicing version properties used by central package versioning. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
Contributor
|
❓ CLI E2E Tests unknown — 113 passed, 0 failed, 2 unknown (commit View all recordings
📹 Recordings uploaded automatically from CI run #27229838032 |
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.
Summary
Update dependencies to align with the latest .NET servicing release (June 2026) across all three supported TFM bands:
10.0.8→10.0.9(runtime, ASP.NET Core, EF Core)9.0.16→9.0.17(runtime, ASP.NET Core, EF Core)8.0.27→8.0.28(ASP.NET Core and EF Core only — runtime LTS packages don't ship monthly servicing)Only
eng/Versions.propsis updated.eng/Version.Details.xmlis intentionally not modified (Maestro will reconcile SHAs on its next dependency flow).Notes
dotnet-publicfeed may not have fully synced all packages from nuget.org yet. CI may need a re-run once the feed has caught up.