Update .NET 10 to 10.0.108#4287
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned .NET 10 SDK used for builds/tests to incorporate a newer patched SDK release in response to a CG security alert.
Changes:
- Bump .NET 10 SDK in
global.jsonfrom10.0.107to10.0.108while keepingrollForward: disable.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4287 +/- ##
==========================================
- Coverage 66.04% 64.48% -1.57%
==========================================
Files 275 270 -5
Lines 42976 65774 +22798
==========================================
+ Hits 28383 42412 +14029
- Misses 14593 23362 +8769
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:
|
| // recent 10.0.1xx series release which is compatible with MSBuild 17.x. | ||
| // | ||
| "version": "10.0.107", | ||
| "version": "10.0.108", |
There was a problem hiding this comment.
Now that we don't use MSBuild anywhere, we can move to SDK 10.0.300, remove the GOTCHA above, and change the comment below. We still want to disable rollForward, but not due to MSBuild compatibility.
| "version": "10.0.108", | ||
| "version": "10.0.300", | ||
|
|
||
| // We cannot allow any roll forward due to the above MSBuild compatibility issues. |
There was a problem hiding this comment.
Stale comment. Maybe:
// We pin to the specific SDK version above.
Addresses AB#45063 CG alert due to security patching in .NET 10 recent release.