From bd871a98e5bbec747cd0b8d177d6026c8abd506e Mon Sep 17 00:00:00 2001 From: Giles Odigwe Date: Tue, 28 Jul 2026 16:00:36 -0700 Subject: [PATCH] Bump .NET SDK from 10.0.301 to 10.0.302 Updates the pinned SDK version in dotnet/global.json to the patched 10.0.302 release to mitigate a security vulnerability in older 10.0 SDKs. See https://aka.ms/dotnet-security-notes for details. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3905f237-3424-4ddd-93e4-47c05dd840ce --- dotnet/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/global.json b/dotnet/global.json index 869bf826236f..5411073f86a8 100644 --- a/dotnet/global.json +++ b/dotnet/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.301", + "version": "10.0.302", "rollForward": "major", "allowPrerelease": false }