Skip to content

Commit d4902f2

Browse files
committed
Bump .NET to 7.0 also in devcontainer
to match bb9e27b
1 parent 8db5700 commit d4902f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"args": {
88
// Update 'VARIANT' to pick a .NET Core version: 3.1, 5.0, 6.0
99
// Append -bullseye or -focal to pin to an OS version.
10-
"VARIANT": "6.0",
10+
"VARIANT": "7.0",
1111
// Options
1212
"NODE_VERSION": "none"
1313
}

0 commit comments

Comments
 (0)