From 119c4726149b20b4307a2e7ed754a4d4ce6eadb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:36:56 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 10.0.203 to 10.0.300 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.203 to 10.0.300. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits/v10.0.300) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.300 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 a376304d..66b48b48 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.203" + "version": "10.0.300" } } \ No newline at end of file From 7535c689fa7eebe9530e9f1da915f74941381531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2026 18:37:13 +0000 Subject: [PATCH 2/2] chore: Update devcontainer image to match SDK 10.0.300 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ea42cdd5..87f415e0 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.203", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.300", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },