Skip to content

Commit 80eb9be

Browse files
authored
Merge pull request #3 from timheuer/main
Update devcontainer
2 parents 795489a + 50d49d4 commit 80eb9be

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)