From 61d1c65427aa4bbe144668621f92da7a13f84bf2 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Thu, 30 Oct 2025 14:55:49 -0700 Subject: [PATCH] Update global.json to include SDK settings The `tools` section is proprietary and only used by arcade. The `sdk` section is used by dotnet to ensure this SDK version is used, and also what the publicly available AzDo build tasks use when installing dotnet. --- global.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global.json b/global.json index cc063e4c49..c6a06a5316 100644 --- a/global.json +++ b/global.json @@ -1,4 +1,9 @@ { + "sdk": { + "version": "9.0.111", + "allowPrerelease": true, + "rollForward": "major" + }, "tools": { "dotnet": "9.0.111", "runtimes": {