Skip to content

Commit c019e17

Browse files
authored
Adding .NET to the devcontainer (#88)
* Adding .NET to the devcontainer * Update .devcontainer/devcontainer.json
1 parent 067f075 commit c019e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"ghcr.io/devcontainers/features/go:1": {},
1111
"ghcr.io/devcontainers/features/node:1": {},
1212
"ghcr.io/devcontainers-extra/features/uv:1": {},
13-
"ghcr.io/schlich/devcontainer-features/just:0": {}
13+
"ghcr.io/schlich/devcontainer-features/just:0": {},
14+
"ghcr.io/devcontainers/features/dotnet:2": {}
1415
}
1516

1617
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)