From 8c0d7fc7f7465897610177be4db4a0eb5dd3c5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:34:17 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v8.0.101 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 94c293669..99c8518eb 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "8.0.100", + "version": "8.0.101", "rollForward": "latestFeature" } }