Skip to content

Commit 14c70f2

Browse files
[Universal] - unpin patch versions for dotnet runtime & core (devcontainers#1091)
* [Universal] - unpin patch versions for dotnet runtime & core * changes requested as per review comments.. * Update devcontainer.json
1 parent 6336210 commit 14c70f2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
},
1212
"ghcr.io/devcontainers/features/dotnet:2": {
1313
"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"
14+
"dotnetRuntimeVersions": "7.0",
15+
"aspNetCoreRuntimeVersions": "7.0"
1816
},
1917
"ghcr.io/devcontainers/features/hugo:1": {
2018
"version": "latest"
@@ -149,4 +147,4 @@
149147
]
150148
}
151149
}
152-
}
150+
}

0 commit comments

Comments
 (0)