From 546a3d98f56ab2a4db6a961a42ad7b9472af98df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:10:40 +0000 Subject: [PATCH] Bump dotnet-sdk from 10.0.103 to 10.0.200 in /src Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.103 to 10.0.200. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.103...v10.0.200) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.200 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index 2a02cdf..736c76b 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.200", "rollForward": "latestPatch", "allowPrerelease": false },