Skip to content

Commit bdf8db3

Browse files
committed
changes requested as per review comments..
1 parent 1f1e060 commit bdf8db3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"userGid": "1000"
1111
},
1212
"ghcr.io/devcontainers/features/dotnet:2": {
13-
"version": "8.0"
13+
"version": "8.0",
14+
"dotnetRuntimeVersions": "7.0",
15+
"aspNetCoreRuntimeVersions": "7.0"
1416
},
1517
"ghcr.io/devcontainers/features/hugo:1": {
1618
"version": "latest"

0 commit comments

Comments
 (0)