From 5c1a5144ed89b80590507dd1a60003f4db40951c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:32:50 +0000 Subject: [PATCH] Update dependency dotnet-sdk to v9 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 4c31281..2136a14 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.10", + "version": "9.0.101", "rollForward": "latestMinor" } }