Skip to content

Commit

Permalink
change the default to dotnet 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: paule96 <paul-jeschke@outlook.com>
  • Loading branch information
paule96 committed Sep 3, 2024
1 parent a4222c9 commit 7be9077
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"version": "latest"
},
"ghcr.io/devcontainers/features/dotnet": {
"version": "6.0",
"additionalVersions": ["7.0", "8.0"]
"version": "8.0",
"additionalVersions": [
"6.0",
"7.0"
]
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
Expand Down Expand Up @@ -49,5 +52,4 @@
"hostRequirements": {
"memory": "8gb"
}
}

}

0 comments on commit 7be9077

Please sign in to comment.