Skip to content

Commit 0f80bb6

Browse files
authored
Fix dev container configuration to work in codespaces (#1555)
1 parent 50e5868 commit 0f80bb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "C# (.NET SDK)",
3-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-jammy",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:2-10.0",
44
"features": {
55
"ghcr.io/devcontainers/features/dotnet:2": {
6-
"version": "10.0",
7-
"additionalVersions": "9.0"
6+
"version": "9.0",
7+
"additionalVersions": "8.0"
88
},
99
"ghcr.io/devcontainers/features/node:1": {}
1010
},

0 commit comments

Comments
 (0)