From bf6209db28c945cde275e482ec767d29b4b42d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:32:27 +0000 Subject: [PATCH] Bump dotnet-sdk from 9.0.100 to 9.0.101 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.100 to 9.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 3547181..1965a3d 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/global.json", "sdk": { - "version": "9.0.100", + "version": "9.0.101", "rollForward": "disable", "allowPrelease": false },