We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c92c2 commit cd6efdbCopy full SHA for cd6efdb
.devcontainer/devcontainer.json
@@ -6,6 +6,11 @@
6
"ghcr.io/azure/azure-dev/azd:0": {},
7
"ghcr.io/devcontainers/features/docker-in-docker": {},
8
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {},
9
+ "ghcr.io/devcontainers/features/dotnet": {
10
+ "additionalVersions": [
11
+ "8.0.403"
12
+ ]
13
+ },
14
"ghcr.io/devcontainers/features/node:1": {},
15
"ghcr.io/devcontainers/features/python:1": {}
16
},
0 commit comments