Skip to content

Commit

Permalink
Merge pull request #7 from 049940/049940-patch-2
Browse files Browse the repository at this point in the history
Update devcontainer.json
  • Loading branch information
049940 authored Nov 9, 2023
2 parents 80871ce + 3329404 commit c2f5d02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": ".NET in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:128.0",
"image": "mcr.microsoft.com/dotnet/sdk:68.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
Expand All @@ -14,9 +14,9 @@
},
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "none",
"dotnetRuntimeVersions": "8.0",
"aspNetCoreRuntimeVersions": "8.0"
"version": "latest",
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
}
},
"customizations": {
Expand All @@ -37,7 +37,7 @@
],
"postCreateCommand": "cd ./SampleApp && dotnet restore",
"hostRequirements": {
"memory": "68gb",
"memory": "32gb",
"cpus": 4
},
"remoteEnv": {
Expand Down

0 comments on commit c2f5d02

Please sign in to comment.