From b1f73a4f9ca7e9bbc960f6a8136541adcad4ac9d Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 10 Mar 2026 09:43:02 +1000 Subject: [PATCH] Update `main` to use .NET SDK 9.0.311 This will align the bundled .NET binaries with those used in the next Seq 2025.2 patch, reducing compressed Docker image and MSI file sizes --- ci.global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.global.json b/ci.global.json index 345f67e3..a3ae7002 100644 --- a/ci.global.json +++ b/ci.global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.306" + "version": "9.0.311" } }