Skip to content

Commit 90ff60a

Browse files
committed
Use latest .NET 7.0 SDK with vstest fix for Mono
1 parent 05a43db commit 90ff60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"features": {
88
"ghcr.io/devcontainers/features/dotnet:2": {
9-
"version": "7.0.3xx",
9+
"version": "7.0",
1010
"additionalVersions": [
1111
"6.0"
1212
]

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.307",
3+
"version": "7.0.401",
44
"rollForward": "latestPatch"
55
}
66
}

0 commit comments

Comments
 (0)