Skip to content

Commit 43c8855

Browse files
committed
fix: Add net7.0 for devcontainers
1 parent 67b599d commit 43c8855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"features": {
88
"ghcr.io/devcontainers/features/dotnet:2": {
99
"version": "latest",
10-
"additionalVersions": "6.0,5.0,3.1"
10+
"additionalVersions": "7.0,6.0,5.0,3.1"
1111
}
1212
},
1313

0 commit comments

Comments
 (0)