From ef28738dd3b2e36e091f2c8ca599a5a9a42f6cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:35:28 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 10.0.103 to 10.0.200 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] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0702d57..f51b500 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.103" + "version": "10.0.200" } } \ No newline at end of file From 2f96ba7a5f9ba34b111cb895f69ba023ed5879a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Mar 2026 12:35:45 +0000 Subject: [PATCH 2/2] chore: Update devcontainer image to match SDK 10.0.200 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 55e88e3..c2fe39d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "NServiceBus CLI Dev Container", - "image": "mcr.microsoft.com/dotnet/sdk:10.0.103", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.200", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },