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 fca3300 + b7e277a commit 91fe8bfCopy full SHA for 91fe8bf
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "NServiceBus CLI Dev Container",
3
- "image": "mcr.microsoft.com/dotnet/sdk:9.0.306",
+ "image": "mcr.microsoft.com/dotnet/sdk:10.0.100",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
6
},
global.json
"sdk": {
"rollForward": "latestFeature",
- "version": "9.0.306"
+ "version": "10.0.100"
}
0 commit comments