diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5afe730..76f13c4 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.300", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.301", "features": { "ghcr.io/devcontainers/features/docker-in-docker:3": {} }, diff --git a/global.json b/global.json index 66b48b4..b10bb43 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.300" + "version": "10.0.301" } } \ No newline at end of file