From a926a54b2f39ca4266989da54c2852fbe4c3932d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:31:31 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 9.0.306 to 10.0.100 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.306 to 10.0.100. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.306...v10.0.100) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.100 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 50ef6fc..1c76d94 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "9.0.306" + "version": "10.0.100" } } \ No newline at end of file From b7e277ae3f49acee0a57da6269ecefd664f285c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Nov 2025 12:31:51 +0000 Subject: [PATCH 2/2] chore: Update devcontainer image to match SDK 10.0.100 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1ac2a1b..20c5263 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "NServiceBus CLI Dev Container", - "image": "mcr.microsoft.com/dotnet/sdk:9.0.306", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.100", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },