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