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 870a913 + 9e3621d commit f7365a8Copy full SHA for f7365a8
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.201",
+ "image": "mcr.microsoft.com/dotnet/sdk:10.0.202",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
6
},
global.json
"sdk": {
"rollForward": "latestFeature",
- "version": "10.0.201"
+ "version": "10.0.202"
}
0 commit comments