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 1459344 commit 1f1e060Copy full SHA for 1f1e060
src/universal/.devcontainer/devcontainer.json
@@ -10,11 +10,7 @@
10
"userGid": "1000"
11
},
12
"ghcr.io/devcontainers/features/dotnet:2": {
13
- "version": "8.0",
14
- // Temporarily pinning as the dotnet-install script is flakey (attempts to install bits of 7.0.19 of Runtime, but 7.0.18 of Core & Runtime)
15
- // See https://github.com/devcontainers/images/actions/runs/9083566665/job/24962519615?pr=1065#step:3:6146
16
- "dotnetRuntimeVersions": "7.0.18",
17
- "aspNetCoreRuntimeVersions": "7.0.18"
+ "version": "8.0"
18
19
"ghcr.io/devcontainers/features/hugo:1": {
20
"version": "latest"
0 commit comments