From 365a9760e9e5fa987407c24b800afa4e131752aa Mon Sep 17 00:00:00 2001 From: Westin Musser <127992899+westin-m@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:04:21 -0700 Subject: [PATCH] update .net version to CG compliance --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 9a53baeed8..acbbe213d0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.108", + "version": "9.0.111", "allowPrerelease": true, "rollForward": "latestMajor" },