From 8d904c3e6358507c076bd56bf531d7acb07ccae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:31:33 +0000 Subject: [PATCH] (deps): Bump dotnet-sdk from 9.0.201 to 9.0.202 in /build Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.201 to 9.0.202. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.201...v9.0.202) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/global.json b/build/global.json index 2188e84..ca693cf 100644 --- a/build/global.json +++ b/build/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.201" + "version": "9.0.202" } }