From adb847162f135f868caf74cf0ea39482905763c4 Mon Sep 17 00:00:00 2001 From: paule96 Date: Tue, 3 Sep 2024 08:47:22 +0000 Subject: [PATCH] change the default to dotnet 8.0 --- .devcontainer/devcontainer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a2cfeb738..3658b56ba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,8 +14,11 @@ "version": "latest" }, "ghcr.io/devcontainers/features/dotnet": { - "version": "6.0", - "additionalVersions": ["7.0", "8.0"] + "version": "8.0", + "additionalVersions": [ + "6.0", + "7.0" + ] }, "ghcr.io/devcontainers/features/github-cli:1": { "version": "2" @@ -49,5 +52,4 @@ "hostRequirements": { "memory": "8gb" } - } - \ No newline at end of file +} \ No newline at end of file