Skip to content

Commit 09dfb95

Browse files
CopilotTheAngryByrd
andcommitted
Fix devcontainer .NET version mismatch - update to support .NET 9.0
Co-authored-by: TheAngryByrd <[email protected]>
1 parent 820f86c commit 09dfb95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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"
26+
"version": "9.0",
27+
"additionalVersions": "8.0"
2728
}
2829
},
2930
"overrideFeatureInstallOrder": [

0 commit comments

Comments
 (0)