From cc465f902242870ed02f3f5cf72723a9cd765f40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:05:51 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v9.0.101 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 05d4f898..62c0de9f 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "rollForward": "latestFeature", "allowPrerelease": false, - "version": "9.0.100" + "version": "9.0.101" } }