Skip to content

fix(security): upgrade .NET SDK to 10.0.202#1026

Merged
gavinbarron merged 2 commits intomainfrom
fix/upgrade-dotnet-sdk-to-10
Apr 18, 2026
Merged

fix(security): upgrade .NET SDK to 10.0.202#1026
gavinbarron merged 2 commits intomainfrom
fix/upgrade-dotnet-sdk-to-10

Conversation

@gavinbarron
Copy link
Copy Markdown
Member

@gavinbarron gavinbarron commented Apr 17, 2026

Summary

Update all global.json files to use .NET 10.0.202 SDK, replacing outdated .NET 6 and .NET 9 versions that have reached end-of-life.

Changes

File Old Version New Version
global.json (root) 6.0.417 10.0.202
src/Microsoft.Graph.Core/global.json 6.0.417 10.0.202
tests/.../Trimming/global.json 9.0.102 10.0.202

Why

.NET 6 reached end-of-life and no longer receives security patches. Upgrading to .NET 10 ensures continued security support.

Microsoft Reviewers: Open in CodeFlow

Update all global.json files to use .NET 10.0.202 SDK, replacing
outdated .NET 6 and .NET 9 versions that are end-of-life.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gavinbarron gavinbarron requested a review from a team as a code owner April 17, 2026 23:21
Tests target net6.0 and need the .NET 6 runtime installed alongside
the .NET 10 SDK on the CI runner.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Comment thread .github/workflows/validatePullRequest.yml
@gavinbarron gavinbarron merged commit 7d7aebb into main Apr 18, 2026
7 of 8 checks passed
@gavinbarron gavinbarron deleted the fix/upgrade-dotnet-sdk-to-10 branch April 18, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants