From 665b13b03d941e0a236e5a0b007f20f4299065d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:24:03 +0000 Subject: [PATCH] build(dotnet-sdk): Bump dotnet-sdk from 10.0.100-0 to 10.0.101 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.100-0 to 10.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits/v10.0.101) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.101 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 4b8fe45..fff3d2f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-0", + "version": "10.0.101", "rollForward": "latestFeature", "allowPrerelease": true },