Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created August 20, 2024 21:09
Show Gist options
  • Save timheuer/6210a6233907cce93a767622a6a17766 to your computer and use it in GitHub Desktop.
Save timheuer/6210a6233907cce93a767622a6a17766 to your computer and use it in GitHub Desktop.
devcontainer-net9
{
"name": ".NET 9 SDK",
"image": "mcr.microsoft.com/dotnet/sdk:9.0-preview",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "none",
"dotnetRuntimeVersions": "8.0",
"aspNetCoreRuntimeVersions": "8.0"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit"
]
}
},
"postCreateCommand": "dotnet dev-certs https"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment