We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336210 commit 14c70f2Copy full SHA for 14c70f2
src/universal/.devcontainer/devcontainer.json
@@ -11,10 +11,8 @@
11
},
12
"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"
+ "dotnetRuntimeVersions": "7.0",
+ "aspNetCoreRuntimeVersions": "7.0"
18
19
"ghcr.io/devcontainers/features/hugo:1": {
20
"version": "latest"
@@ -149,4 +147,4 @@
149
147
]
150
148
}
151
152
-}
+}
0 commit comments