From 32040ec67781892aa03f61c0dbf4bb42d2cc67fa Mon Sep 17 00:00:00 2001 From: 049940 <127536481+049940@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:34:39 +0800 Subject: [PATCH] =?UTF-8?q?devcontainer.json=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f70b38e..66c08fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { - "name": ".NET in Codespaces", - "image": "mcr.microsoft.com/dotnet/sdk:68.0", + "name": ".NET in Codespaces" + "image": "mcr.microsoft.com/dotnet/sdk:128.0", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/github-cli:1": { @@ -37,7 +37,7 @@ ], "postCreateCommand": "cd ./SampleApp && dotnet restore", "hostRequirements": { - "memory": "32gb", + "memory": "68gb", "cpus": 4 }, "remoteEnv": {