Skip to content

Commit 32d8f94

Browse files
committed
fixup! feat(solution): remove Expecto and add MSTest 3 and Unquote
1 parent 7e77a9f commit 32d8f94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"ghcr.io/devcontainers-contrib/features/starship:1": {},
2424
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
2525
"ghcr.io/devcontainers/features/dotnet:2": {
26-
"version": "7.0",
27-
"additionalVersions": "6.0"
26+
"version": "8.0"
2827
}
2928
},
3029
"overrideFeatureInstallOrder": [
@@ -70,4 +69,4 @@
7069
"restore": "dotnet tool restore && dotnet restore"
7170
},
7271
"waitFor": "updateContentCommand"
73-
}
72+
}

0 commit comments

Comments
 (0)