Skip to content
Merged

v0.3.38 #1065

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pin dotnetRuntimeVersions & aspNetCoreRuntimeVersions
  • Loading branch information
samruddhikhandale committed May 14, 2024
commit a86bc94384f458c3dbbde67bd575c1c9928b9bbe
6 changes: 4 additions & 2 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0",
"dotnetRuntimeVersions": "7.0",
"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
"dotnetRuntimeVersions": "7.0.18",
"aspNetCoreRuntimeVersions": "7.0.18"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down