Skip to content
Merged
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
Next Next commit
[Universal] - unpin patch versions for dotnet runtime & core
  • Loading branch information
gauravsaini04 committed Jun 12, 2024
commit 1f1e0605b625e78e277ceaa609c53d2491d0b1a4
6 changes: 1 addition & 5 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"userGid": "1000"
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.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"
"version": "8.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down