Pin .NET SDK to 10.0.105#4165
Conversation
… CI agents that use MSBuild 17.x.
There was a problem hiding this comment.
Pull request overview
Pins the repository’s .NET SDK selection to a specific .NET 10 SDK patch to maintain compatibility with the current Windows CI toolchain (VS 2022 / MSBuild 17.x).
Changes:
- Updated
global.jsonSDK version from10.0.104to10.0.105. - Disabled SDK roll-forward to prevent selecting newer SDK bands that may require newer MSBuild.
- Refreshed the header comment to document the CI/MSBuild constraint.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #4165 +/- ##
==========================================
- Coverage 74.26% 66.54% -7.72%
==========================================
Files 279 274 -5
Lines 42980 65796 +22816
==========================================
+ Hits 31917 43786 +11869
- Misses 11063 22010 +10947
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
benrr101
left a comment
There was a problem hiding this comment.
I think I saw there's a way to specify just major+minor version for this to avoid the patch version causing issues. But this is fine solution for the foreseeable future
Description
Pinned our .NET SDK at exactly 10.0.105 to remain compatible with our CI agents that use MSBuild 17.x.