Skip to content

Commit dd3e1e8

Browse files
authored
Update devcontainer.json
1 parent 1577ad4 commit dd3e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
33
{
44
"name": "C# (.NET)",
5-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-7.0-jammy",
5+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-jammy",
66
"onCreateCommand": "./scripts/load_submodule.sh",
77
"postCreateCommand": "dotnet restore && dotnet build",
88
"customizations": {

0 commit comments

Comments
 (0)