We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4222c9 commit 7be9077Copy full SHA for 7be9077
1 file changed
.devcontainer/devcontainer.json
@@ -14,8 +14,11 @@
14
"version": "latest"
15
},
16
"ghcr.io/devcontainers/features/dotnet": {
17
- "version": "6.0",
18
- "additionalVersions": ["7.0", "8.0"]
+ "version": "8.0",
+ "additionalVersions": [
19
+ "6.0",
20
+ "7.0"
21
+ ]
22
23
"ghcr.io/devcontainers/features/github-cli:1": {
24
"version": "2"
@@ -49,5 +52,4 @@
49
52
"hostRequirements": {
50
53
"memory": "8gb"
51
54
}
- }
-
55
+}
0 commit comments