-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update Microsoft.NETCore.CoreDisTools nuget package from 1.5 to 1.6 #119334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Windows builds now enable /guard:cf. Also pick up a risc-v enhancement.
|
@EgorBo @JulieLeeMSFT PTAL FYI @dotnet/jit-contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Microsoft.NETCore.CoreDisTools NuGet package from version 1.5.0 to 1.6.0. The update brings Windows builds with /guard:cf enabled and includes RISC-V enhancements.
Key changes:
- Version bump from 1.5.0 to 1.6.0 in the package configuration
- Documentation update to reflect the new version and underlying LLVM version
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/Versions.props | Updates the CoreDisTools package version from 1.5.0 to 1.6.0 |
| docs/design/coreclr/jit/viewing-jit-dumps.md | Updates documentation to reflect new version 1.6.0 and LLVM 20.1.0 |
JulieLeeMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
/backport to release/10.0 |
|
Started backporting to release/10.0: https://github.com/dotnet/runtime/actions/runs/17472235341 |
Windows builds now enable /guard:cf. Also pick up a risc-v enhancement.