From 0f364a321b461f6b720ff0754f949bc69c865949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:06 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v10.0.102 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index dea094b8..497371c5 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "10.0.101", + "version": "10.0.102", "rollForward": "latestFeature" } }