From fe1beb5a9a9948be2a18f57db988cc37d4171f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:06:48 +0000 Subject: [PATCH] Bump dotnet-sdk from 10.0.100 to 10.0.102 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.100 to 10.0.102. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.100...v10.0.102) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 68200a5..db8c2b4 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/global.json", "sdk": { - "version": "10.0.100", + "version": "10.0.102", "rollForward": "disable", "allowPrelease": false },