Skip to content

Commit 39bc4cc

Browse files
authored
Add .NET 8.0 runtime support to devcontainer configuration (#1008)
1 parent 7d88091 commit 39bc4cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"ghcr.io/devcontainers/features/docker-in-docker": {},
88
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {},
99
"ghcr.io/devcontainers/features/node:1": {},
10-
"ghcr.io/devcontainers/features/python:1": {}
10+
"ghcr.io/devcontainers/features/python:1": {},
11+
"ghcr.io/devcontainers/features/dotnet:2": {
12+
"version": "none",
13+
"aspNetCoreRuntimeVersions": "8.0"
14+
}
1115
},
1216
"hostRequirements": {
1317
"cpus": 8,
@@ -19,7 +23,7 @@
1923
"extensions": [
2024
"ms-azuretools.azure-dev",
2125
"GitHub.copilot",
22-
"GitHub.copilot-chat"
26+
"GitHub.copilot-chat"
2327
],
2428
"settings": {
2529
"remote.autoForwardPorts": true,

0 commit comments

Comments
 (0)