diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5f76e6a..55e88e3 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.102", + "image": "mcr.microsoft.com/dotnet/sdk:10.0.103", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, diff --git a/global.json b/global.json index 467ba71..0702d57 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.102" + "version": "10.0.103" } } \ No newline at end of file