Skip to content

Commit 83dff4b

Browse files
committed
update .NET SDKS
1 parent 7da2314 commit 83dff4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
33
{
4-
"name": "coverlet .NET 8.0)",
4+
"name": "coverlet .NET 9.0)",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
77
"features": {
88
"ghcr.io/devcontainers/features/dotnet:2": {
9-
"version": "8.0.114",
10-
"additionalVersions": "6.0.428"
9+
"version": "9.0.203",
10+
"additionalVersions": ["6.0.428", "8.0.408"]
1111
}
1212
},
1313

0 commit comments

Comments
 (0)