We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43932b4 commit 6ef4403Copy full SHA for 6ef4403
.devcontainer/devcontainer.json
@@ -1,12 +1,12 @@
1
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
2
{
3
"name": "F#",
4
- "image": "mcr.microsoft.com/dotnet/sdk:9.0.304",
+ "image": "mcr.microsoft.com/dotnet/sdk:10.0.100",
5
"features": {
6
"ghcr.io/devcontainers/features/common-utils:2.5.4": {},
7
"ghcr.io/devcontainers/features/git:1.3.4": {},
8
"ghcr.io/devcontainers/features/github-cli:1.0.14": {},
9
- "ghcr.io/devcontainers/features/dotnet:2.3.0": {}
+ "ghcr.io/devcontainers/features/dotnet:2.4.0": {}
10
},
11
"hostRequirements": {
12
"cpus": 2,
0 commit comments