From f2db2cf083dc292c8b7c25eb56c2373cdb7b536d Mon Sep 17 00:00:00 2001 From: vitek-karas <10670590+vitek-karas@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:09:57 +0100 Subject: [PATCH] Update .NET SDK to 10.0.103 to address security vulnerabilities Upgrade from 10.0.100 to 10.0.103 as recommended by Component Governance alert 12328124. See https://aka.ms/dotnet-security-notes for details. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 84c119446..681ae2339 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.100" + "dotnet": "10.0.103" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.1",