Skip to content

Commit db424d5

Browse files
authored
Update to latest dotnet devcontainer and add docker in docker. (#2426)
1 parent c692821 commit db424d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/dotnet/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "C# (.NET)",
3-
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:10.0",
44
"features": {
55
"ghcr.io/devcontainers/features/dotnet:2.4.0": {},
66
"ghcr.io/devcontainers/features/powershell:1.5.1": {},
7-
"ghcr.io/devcontainers/features/azure-cli:1.2.8": {}
7+
"ghcr.io/devcontainers/features/azure-cli:1.2.8": {},
8+
"ghcr.io/devcontainers/features/docker-in-docker:2.12.4": {}
89
},
910
"workspaceFolder": "/workspaces/agent-framework/dotnet/",
1011
"customizations": {

0 commit comments

Comments
 (0)