Skip to content

Commit f3f4f58

Browse files
Add .NET features to devcontainer configuration
1 parent 10b6e71 commit f3f4f58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
{
1+
https://g.co/gemini
22
"image": "mcr.microsoft.com/devcontainers/javascript-node:3-22",
33
"features": {
4-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
4+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
5+
"ghcr.io/nikiforovall/devcontainer-features/dotnet-csharpier:1": {},
6+
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {}
57
},
68
"postCreateCommand": "npm install -g @devcontainers/cli",
79
"hostRequirements": {

0 commit comments

Comments
 (0)