From 38d1d508c63491223be371f076c36afd0456e005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:57:16 +0000 Subject: [PATCH 1/3] Update mcr.microsoft.com/dotnet/sdk Docker tag to v10.0.302 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 635ed8c6..f18d31b1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions -FROM mcr.microsoft.com/dotnet/sdk:10.0.301@sha256:ea8bde36c11b6e7eec2656d0e59101d4462f6bd630730f2c8201ed0572b295d5 +FROM mcr.microsoft.com/dotnet/sdk:10.0.302@sha256:ed034a8bf0b24ded0cbbac07e17825d8e9ebfe21e308191d0f7421eaf5ad4664 # Installing mono makes `dotnet test` work without errors even for net472. # But installing it takes a long time, so it's excluded by default. From 5e1d4ace20a65b15686d9ad5138dc8419981c6a3 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Tue, 14 Jul 2026 15:11:45 -0600 Subject: [PATCH 2/3] Bump to .NET SDK 10.0.302 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 4c9fb87c..dba80e90 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.301", + "version": "10.0.302", "rollForward": "patch", "allowPrerelease": false }, From 1f8f7e0ea6be815d779deb2b309baf35137f4788 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Tue, 14 Jul 2026 16:35:38 -0600 Subject: [PATCH 3/3] Mark dotnet-install.sh as executable --- tools/dotnet-install.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/dotnet-install.sh diff --git a/tools/dotnet-install.sh b/tools/dotnet-install.sh old mode 100644 new mode 100755