diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 911a4f62..8f30aaa7 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.400", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.401", "features": { "ghcr.io/devcontainers/features/docker-in-docker:4": {} }, diff --git a/global.json b/global.json index baaa55c0..078a36ad 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.400" + "version": "10.0.401" } } \ No newline at end of file