Skip to content

Commit 1f1e060

Browse files
committed
[Universal] - unpin patch versions for dotnet runtime & core
1 parent 1459344 commit 1f1e060

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"userGid": "1000"
1111
},
1212
"ghcr.io/devcontainers/features/dotnet:2": {
13-
"version": "8.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"
13+
"version": "8.0"
1814
},
1915
"ghcr.io/devcontainers/features/hugo:1": {
2016
"version": "latest"

0 commit comments

Comments
 (0)