Skip to content

Commit 6eb5ff2

Browse files
authored
Update devcontainer.json
1 parent 3837aef commit 6eb5ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"ghcr.io/devcontainers/features/dotnet:2": {
2424
// this version should be matched with global.json .net version for working vscode IntelliSense correctly
2525
"version": "9.0.101",
26-
"additionalVersions": "latest, 9.0.101, 8.0.401",
27-
"aspNetCoreRuntimeVersions": "latest, 9.0.101, 8.0.401"
26+
"additionalVersions": "latest, 9.0.101",
27+
"aspNetCoreRuntimeVersions": "latest, 9.0.0"
2828
},
2929
// https://github.com/devcontainers/features/tree/main/src/github-cli
3030
"ghcr.io/devcontainers/features/github-cli:1": {

0 commit comments

Comments
 (0)