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
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:
there's now an issue tracking the missing releases: https://github.com/dotnet/core/issues/9866
$close
If you have no further questions, please use /close to mark the forum thread as answered
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...