Skip to content

Commit 7be9077

Browse files
committed
change the default to dotnet 8.0
Signed-off-by: paule96 <[email protected]>
1 parent a4222c9 commit 7be9077

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
"version": "latest"
1515
},
1616
"ghcr.io/devcontainers/features/dotnet": {
17-
"version": "6.0",
18-
"additionalVersions": ["7.0", "8.0"]
17+
"version": "8.0",
18+
"additionalVersions": [
19+
"6.0",
20+
"7.0"
21+
]
1922
},
2023
"ghcr.io/devcontainers/features/github-cli:1": {
2124
"version": "2"
@@ -49,5 +52,4 @@
4952
"hostRequirements": {
5053
"memory": "8gb"
5154
}
52-
}
53-
55+
}

0 commit comments

Comments
 (0)