From 9ae2429465eaaf3942e6f6f0f86aa80b35c03a1e Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 15 Feb 2025 18:13:58 -0500 Subject: [PATCH] fix devcontainer --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0882c721..9287ec91 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,8 +23,8 @@ "ghcr.io/devcontainers-contrib/features/starship:1": {}, // https://github.com/devcontainers/features/blob/main/src/dotnet/README.md "ghcr.io/devcontainers/features/dotnet:2": { - "version": "8.0", - "additionalVersions": "7.0,6.0" + "version": "9.0", + "additionalVersions": "8.0" }, "ghcr.io/devcontainers/features/node:1": { "version": "18"