Skip to content

Commit

Permalink
fixup! feat(solution): remove Expecto and add MSTest 3 and Unquote
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Nov 17, 2024
1 parent 7e77a9f commit 32d8f94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"ghcr.io/devcontainers-contrib/features/starship:1": {},
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "7.0",
"additionalVersions": "6.0"
"version": "8.0"
}
},
"overrideFeatureInstallOrder": [
Expand Down Expand Up @@ -70,4 +69,4 @@
"restore": "dotnet tool restore && dotnet restore"
},
"waitFor": "updateContentCommand"
}
}

0 comments on commit 32d8f94

Please sign in to comment.