From c04fe18a394be35dbd293b4b49a82cc042939660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:47:24 +0000 Subject: [PATCH] (deps): Bump dotnet-sdk from 9.0.202 to 9.0.203 in /build Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.202 to 9.0.203. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.202...v9.0.203) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 9.0.203 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 ca693cf..6ef4a64 100644 --- a/build/global.json +++ b/build/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.202" + "version": "9.0.203" } }