We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da2314 commit 83dff4bCopy full SHA for 83dff4b
.devcontainer/devcontainer.json
@@ -1,13 +1,13 @@
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
3
{
4
- "name": "coverlet .NET 8.0)",
+ "name": "coverlet .NET 9.0)",
5
// 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",
+ "image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
7
"features": {
8
"ghcr.io/devcontainers/features/dotnet:2": {
9
- "version": "8.0.114",
10
- "additionalVersions": "6.0.428"
+ "version": "9.0.203",
+ "additionalVersions": ["6.0.428", "8.0.408"]
11
}
12
},
13
0 commit comments