Skip to content

Commit

Permalink
[Universal] - unpin patch versions for dotnet runtime & core (#1091)
Browse files Browse the repository at this point in the history
* [Universal] - unpin patch versions for dotnet runtime & core

* changes requested as per review comments..

* Update devcontainer.json
  • Loading branch information
gauravsaini04 committed Jun 28, 2024
1 parent 6336210 commit 14c70f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
},
"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"
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down Expand Up @@ -149,4 +147,4 @@
]
}
}
}
}

0 comments on commit 14c70f2

Please sign in to comment.