From 61fd3be861d960252bd7b0e1b6b538d04219fc00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:45:26 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v9.0.202 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 36fe7d0f..46506cda 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "rollForward": "latestMajor", - "version": "9.0.201", + "version": "9.0.202", "allowPrerelease": false } }