C
C#18h ago
LucasMeijer

10.0-preview3, which git commit/branch/tag?

Hi, I was hoping to find a branch or tag in the dotnet/runtime repo for 10.0-preview3. anyone know how I can discover which git commit it was baked from? Thanks.
3 Replies
ero
ero9h ago
https://github.com/dotnet/sdk/blob/main/documentation/package-table.md if you click on the badge in question, it'll download a text file with all the relevant commits:
runtime_commit="0a33e18a0bccc10a0c4646dbf5b0fc70cbb3aa44" runtime_version="10.0.0-preview.3.25171.5"
aspnetcore_commit="de35e2b0a0d8d5d1e307907983a6838da1092898" aspnetcore_version="10.0.0-preview.3.25172.1"
windowsdesktop_commit="a53827037b594b554a61e54af8c3c0b31fd49184" windowsdesktop_version="10.0.0-preview.3.25174.1"
sdk_commit="9dee3cf508254bc3859d9cd2fe96aeb2ad1b9751" sdk_version="10.0.100-preview.3.25201.16"
runtime_commit="0a33e18a0bccc10a0c4646dbf5b0fc70cbb3aa44" runtime_version="10.0.0-preview.3.25171.5"
aspnetcore_commit="de35e2b0a0d8d5d1e307907983a6838da1092898" aspnetcore_version="10.0.0-preview.3.25172.1"
windowsdesktop_commit="a53827037b594b554a61e54af8c3c0b31fd49184" windowsdesktop_version="10.0.0-preview.3.25174.1"
sdk_commit="9dee3cf508254bc3859d9cd2fe96aeb2ad1b9751" sdk_version="10.0.100-preview.3.25201.16"
there's now an issue tracking the missing releases: https://github.com/dotnet/core/issues/9866 $close
MODiX
MODiX9h ago
If you have no further questions, please use /close to mark the forum thread as answered
ero
ero8h ago
GitHub
Release .NET 10.0 Preview 3 · dotnet/runtime
Release What's Changed Implement ExportPkcs12 by @vcsjones in #112569 Bump main to preview3 by @carlossanlop in #112718 JIT: Replace fgMoveHotJumps with 3-opt utility by @amanasifkhalid in #11...

Did you find this page helpful?