We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e5868 commit 0f80bb6Copy full SHA for 0f80bb6
1 file changed
.devcontainer/devcontainer.json
@@ -1,10 +1,10 @@
1
{
2
"name": "C# (.NET SDK)",
3
- "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-jammy",
+ "image": "mcr.microsoft.com/devcontainers/dotnet:2-10.0",
4
"features": {
5
"ghcr.io/devcontainers/features/dotnet:2": {
6
- "version": "10.0",
7
- "additionalVersions": "9.0"
+ "version": "9.0",
+ "additionalVersions": "8.0"
8
},
9
"ghcr.io/devcontainers/features/node:1": {}
10
0 commit comments