Skip to content

Commit 562da61

Browse files
committed
ci(devcontainer): add .NET 8 on devcontainer
use workaround of devcontainers/spec#44
1 parent a348dd7 commit 562da61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"ghcr.io/devcontainers/features/dotnet:1": {
1313
"version": "6"
1414
},
15+
"ghcr.io/devcontainers/features/dotnet:1.1": {
16+
"version": "8.0",
17+
"installUsingApt": false
18+
},
1519
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
1620
"packages": "mono-complete"
1721
}

0 commit comments

Comments
 (0)