We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a43db commit 90ff60aCopy full SHA for 90ff60a
.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
6
},
7
"features": {
8
"ghcr.io/devcontainers/features/dotnet:2": {
9
- "version": "7.0.3xx",
+ "version": "7.0",
10
"additionalVersions": [
11
"6.0"
12
]
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "7.0.307",
+ "version": "7.0.401",
4
"rollForward": "latestPatch"
5
}
0 commit comments