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.
2 parents 795489a + 50d49d4 commit 80eb9beCopy full SHA for 80eb9be
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": ".NET in Codespaces",
3
- "image": "mcr.microsoft.com/dotnet/sdk:8.0-preview",
+ "image": "mcr.microsoft.com/dotnet/sdk:8.0",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
"ghcr.io/devcontainers/features/github-cli:1": {
@@ -12,7 +12,12 @@
12
"ghcr.io/azure/azure-dev/azd:0": {
13
"version": "latest"
14
},
15
- "ghcr.io/devcontainers/features/common-utils:2": {}
+ "ghcr.io/devcontainers/features/common-utils:2": {},
16
+ "ghcr.io/devcontainers/features/dotnet:2": {
17
+ "version": "none",
18
+ "dotnetRuntimeVersions": "7.0",
19
+ "aspNetCoreRuntimeVersions": "7.0"
20
+ }
21
22
"customizations": {
23
"vscode": {
0 commit comments