Skip to content

Commit 50d49d4

Browse files
authored
Update devcontainer
Updates devcontainer to 8.0 tag (not preview), and also gets the runtime feature for the VSCode extension to pre-load it
1 parent 795489a commit 50d49d4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": ".NET in Codespaces",
3-
"image": "mcr.microsoft.com/dotnet/sdk:8.0-preview",
3+
"image": "mcr.microsoft.com/dotnet/sdk:8.0",
44
"features": {
55
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
66
"ghcr.io/devcontainers/features/github-cli:1": {
@@ -12,7 +12,12 @@
1212
"ghcr.io/azure/azure-dev/azd:0": {
1313
"version": "latest"
1414
},
15-
"ghcr.io/devcontainers/features/common-utils:2": {}
15+
"ghcr.io/devcontainers/features/common-utils:2": {},
16+
"ghcr.io/devcontainers/features/dotnet:2": {
17+
"version": "none",
18+
"dotnetRuntimeVersions": "7.0",
19+
"aspNetCoreRuntimeVersions": "7.0"
20+
}
1621
},
1722
"customizations": {
1823
"vscode": {

0 commit comments

Comments
 (0)