From 8350b9ae6c736971153bca127c665e147018c755 Mon Sep 17 00:00:00 2001 From: Jules Perkins Date: Fri, 24 Oct 2025 16:51:07 -0700 Subject: [PATCH] Bump to dotnet 8.0.121 to resolve CG alert --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d07970ac2..cbf2ada87 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.121", "rollForward": "latestMajor" } }