Skip to content

Commit cd6efdb

Browse files
authored
Update devcontainer.json to include .NET 8
Need .NET 8 for a lot of these samples, dotnetaspire feature includes only .NET 9.
1 parent 62c92c2 commit cd6efdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"ghcr.io/azure/azure-dev/azd:0": {},
77
"ghcr.io/devcontainers/features/docker-in-docker": {},
88
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {},
9+
"ghcr.io/devcontainers/features/dotnet": {
10+
"additionalVersions": [
11+
"8.0.403"
12+
]
13+
},
914
"ghcr.io/devcontainers/features/node:1": {},
1015
"ghcr.io/devcontainers/features/python:1": {}
1116
},

0 commit comments

Comments
 (0)