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": {} }, 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