We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7846ba + 2ce2d45 commit d2f3473Copy full SHA for d2f3473
2 files changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "NServiceBus CLI Dev Container",
3
- "image": "mcr.microsoft.com/dotnet/sdk:10.0.102",
+ "image": "mcr.microsoft.com/dotnet/sdk:10.0.103",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
6
},
global.json
"sdk": {
"rollForward": "latestFeature",
- "version": "10.0.102"
+ "version": "10.0.103"
}
0 commit comments