We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1577ad4 commit dd3e1e8Copy full SHA for dd3e1e8
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
3
{
4
"name": "C# (.NET)",
5
- "image": "mcr.microsoft.com/devcontainers/dotnet:1-7.0-jammy",
+ "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-jammy",
6
"onCreateCommand": "./scripts/load_submodule.sh",
7
"postCreateCommand": "dotnet restore && dotnet build",
8
"customizations": {
0 commit comments