Skip to content

Commit

Permalink
fix devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Feb 16, 2025
1 parent 1998b98 commit 9ae2429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ghcr.io/devcontainers-contrib/features/starship:1": {},
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0",
"additionalVersions": "7.0,6.0"
"version": "9.0",
"additionalVersions": "8.0"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
Expand Down

0 comments on commit 9ae2429

Please sign in to comment.