We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c692821 commit db424d5Copy full SHA for db424d5
.devcontainer/dotnet/devcontainer.json
@@ -1,10 +1,11 @@
1
{
2
"name": "C# (.NET)",
3
- "image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
+ "image": "mcr.microsoft.com/devcontainers/dotnet:10.0",
4
"features": {
5
"ghcr.io/devcontainers/features/dotnet:2.4.0": {},
6
"ghcr.io/devcontainers/features/powershell:1.5.1": {},
7
- "ghcr.io/devcontainers/features/azure-cli:1.2.8": {}
+ "ghcr.io/devcontainers/features/azure-cli:1.2.8": {},
8
+ "ghcr.io/devcontainers/features/docker-in-docker:2.12.4": {}
9
},
10
"workspaceFolder": "/workspaces/agent-framework/dotnet/",
11
"customizations": {
0 commit comments