Skip to content

Commit 9ae2429

Browse files
committed
fix devcontainer
1 parent 1998b98 commit 9ae2429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"ghcr.io/devcontainers-contrib/features/starship:1": {},
2424
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
2525
"ghcr.io/devcontainers/features/dotnet:2": {
26-
"version": "8.0",
27-
"additionalVersions": "7.0,6.0"
26+
"version": "9.0",
27+
"additionalVersions": "8.0"
2828
},
2929
"ghcr.io/devcontainers/features/node:1": {
3030
"version": "18"

0 commit comments

Comments
 (0)