From 3d7cecf2f8a5bfeaf42d2f80c2794c4fe49f4bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:07:47 +0000 Subject: [PATCH] Bump dotnet-sdk in /tools/blobstorage-backupdata Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.103 to 10.0.201. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.103...v10.0.201) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.201 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/blobstorage-backupdata/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/blobstorage-backupdata/global.json b/tools/blobstorage-backupdata/global.json index 058bafa..ce67766 100644 --- a/tools/blobstorage-backupdata/global.json +++ b/tools/blobstorage-backupdata/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "10.0.103" + "version": "10.0.201" } }