Skip to content

Commit a86bc94

Browse files
pin dotnetRuntimeVersions & aspNetCoreRuntimeVersions
1 parent 4d93abe commit a86bc94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
},
1212
"ghcr.io/devcontainers/features/dotnet:2": {
1313
"version": "8.0",
14-
"dotnetRuntimeVersions": "7.0",
15-
"aspNetCoreRuntimeVersions": "7.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"
1618
},
1719
"ghcr.io/devcontainers/features/hugo:1": {
1820
"version": "latest"

0 commit comments

Comments
 (0)