Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes requested as per review comments..
  • Loading branch information
gauravsaini04 committed Jun 13, 2024
commit bdf8db3fe4b916982d4e0981c591d24946a71b39
4 changes: 3 additions & 1 deletion src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"userGid": "1000"
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0"
"version": "8.0",
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down