From e3811c64783cf63edc65129b7abea63d46ade90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:37:22 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 10.0.101 to 10.0.102 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.101 to 10.0.102. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.101...v10.0.102) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.102 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 90d58b4..467ba71 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.101" + "version": "10.0.102" } } \ No newline at end of file From 1b9d2d9331c92b4f19002b8c3e2959f92482ae36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jan 2026 12:37:33 +0000 Subject: [PATCH 2/2] chore: Update devcontainer image to match SDK 10.0.102 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a70f7b3..5f76e6a 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.101", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.102", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },