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 4d93abe commit a86bc94Copy full SHA for a86bc94
src/universal/.devcontainer/devcontainer.json
@@ -11,8 +11,10 @@
11
},
12
"ghcr.io/devcontainers/features/dotnet:2": {
13
"version": "8.0",
14
- "dotnetRuntimeVersions": "7.0",
15
- "aspNetCoreRuntimeVersions": "7.0"
+ // 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)
+ // 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"
18
19
"ghcr.io/devcontainers/features/hugo:1": {
20
"version": "latest"
0 commit comments