From 88a2c64bdc128464ab1fa7f27e90331ea50b6989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:36:12 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet docker tag to v10 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b5d1a6a..4505872 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "C# (.NET Core)", - "image": "mcr.microsoft.com/vscode/devcontainers/dotnet:9.0", + "image": "mcr.microsoft.com/vscode/devcontainers/dotnet:10.0", "settings": { "terminal.integrated.shell.linux": "/bin/bash" },