Skip to content

Conversation

@lbussell
Copy link
Member

This PR includes 3 changes:

  • Move latest tags to .NET 10
  • Port the remaining update-dependencies PRs from nightly branch - they are now completely in-sync
  • Update .NET 10 to the latest daily build

Why update to a daily build of .NET 10 in the release branch?

This is a point-in-time thing that only affects the GA release. Here's why:

  • The public release branch currently has the public RC2 build of .NET 10.
  • In the public release branch (this branch), the latest tags are on .NET 9, which is expected because .NET 10 RC2 is a pre-release version.
  • The internal release branch has the same contents except it has been updated to an (in-progress) RTM build of .NET 10.
  • The internal release branch is failing pre-build validation because the latest tags are not on the latest GA version of .NET. On the internal release branch, the latest GA version is 10.0, not 9.0.
  • So, we need to move the latest tags to .NET 10 in the public release branch so that the change gets mirrored internally to unblock the internal release build.
  • Since we're moving the latest tags to .NET 10, we need to pick up any GA/RTM build of .NET 10 in order to pass pre-build validation.

The update-dependencies changes were required in order to resolve the correct build versions of .NET 10 as described in #6732.

This PR will be rebase-merged so that the commits stay intact.

@lbussell lbussell requested review from a team and wiktork as code owners October 24, 2025 16:49
@lbussell
Copy link
Member Author

I had to pick up #6727 and #6741 in order to get their changes to Dockerfile scrubbing for internal Dockerfile baselines. Rebased to keep commit history clean.

@lbussell lbussell requested a review from mthalman October 24, 2025 17:56
@lbussell
Copy link
Member Author

Also picked up changes from #6755.

@lbussell lbussell merged commit 137a6c3 into dotnet:release/2025-11B Oct 24, 2025
68 of 69 checks passed
@lbussell lbussell deleted the update-net10-daily branch October 24, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants