Skip to content

Commit 08bc3cc

Browse files
pjirsacraigomatic
andauthored
Add .NET 7.0 SDK feature to devcontainer configuration (microsoft#1424)
### Motivation and Context Resolves microsoft#1421 by specifying .NET 7.0 SDK as feature for dev container to install. Co-authored-by: Craig Presti <[email protected]>
1 parent 424e579 commit 08bc3cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
44
"ghcr.io/devcontainers/features/node:1": {},
5-
"ghcr.io/devcontainers/features/dotnet:1": {},
5+
"ghcr.io/devcontainers/features/dotnet:1": {
6+
"version": "7"
7+
},
68
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
79
},
810
"customizations": {

0 commit comments

Comments
 (0)