From ff026678c2b648e23b1e3230af012c0206c4c1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 23:27:05 +0000 Subject: [PATCH] Bump dotnet-sdk from 9.0.200 to 10.0.100 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.200 to 10.0.100. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.200...v10.0.100) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.100 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 48b30cd..551bd43 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "allowPrerelease": false, "rollForward": "latestMinor" }