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