Skip to content

Conversation

@lbussell
Copy link
Member

Now that the public daily build of .NET has a stable version number, The SDK's productCommit-linux-x64.txt asset no longer contains enough information to update dependencies with. It contains stable versions now, e.g. 10.0.0/10.0.100.

Instead of updating versions using the contents of that file, we can resolve the versions of the individual SDK/runtime/aspnet components using their respective productVersion.txt files. We don't even have to read the contents of the files, we can just use the version directly from the BAR assets metadata.

This change was used to create this commit in #6727: dotnet-docker-bot@89487f4.

…ductCommit asset

Now that the public daily build of .NET has a stable version number, The
SDK's productCommit-linux-x64.txt asset no longer contains enough
information to update dependencies. Instead of updating versions using
the contents of that file, we can resolve the versions of the individual
SDK/runtime/aspnet components using their respective productVersion.txt
files.
@lbussell lbussell requested a review from a team as a code owner October 16, 2025 18:24
@lbussell lbussell merged commit ef2e453 into dotnet:nightly Oct 16, 2025
7 checks passed
@lbussell lbussell deleted the fix-prerelease-stable-vers branch October 16, 2025 21:13
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Oct 24, 2025
lbussell added a commit that referenced this pull request Oct 24, 2025
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.

2 participants