chore(deps): update dependency dotnet-sdk to v10.0.301#6204
Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
This is a routine patch bump of the .NET SDK from 10.0.300 to 10.0.301 in global.json, generated by Renovate. The change is correct and minimal.
A few notes worth confirming before merge:
-
CI green? Since
global.jsonpins the SDK used for all builds and tests, it's worth verifying the CI run on this PR passes end-to-end — especially the source-generator snapshot tests and any AOT-compilation checks, since SDK patch releases occasionally include MSBuild / Roslyn toolchain changes that can affect code generation output. -
rollForward: latestMajor— the existingrollForwardpolicy means this pin is effectively a lower bound rather than a strict lock, so the real risk is low. No concern there. -
No logic changes — this PR touches only
global.jsonand carries no code, test, or snapshot changes, which is exactly right for a pure SDK bump.
Overall this looks good to merge once CI is confirmed green.
This PR contains the following updates:
10.0.300→10.0.301Release Notes
dotnet/sdk (dotnet-sdk)
v10.0.301Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.