We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e060 commit bdf8db3Copy full SHA for bdf8db3
src/universal/.devcontainer/devcontainer.json
@@ -10,7 +10,9 @@
10
"userGid": "1000"
11
},
12
"ghcr.io/devcontainers/features/dotnet:2": {
13
- "version": "8.0"
+ "version": "8.0",
14
+ "dotnetRuntimeVersions": "7.0",
15
+ "aspNetCoreRuntimeVersions": "7.0"
16
17
"ghcr.io/devcontainers/features/hugo:1": {
18
"version": "latest"
0 commit comments