Skip to content

Commit

Permalink
ci(devcontainer): add .NET 8 on devcontainer
Browse files Browse the repository at this point in the history
use workaround of devcontainers/spec#44
  • Loading branch information
nogic1008 committed Aug 11, 2023
1 parent 5c89d9e commit ff6e1d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "6"
},
"ghcr.io/devcontainers/features/dotnet:1.1": {
"version": "8.0",
"installUsingApt": false
},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "mono-complete"
}
Expand Down

0 comments on commit ff6e1d5

Please sign in to comment.