From 744b807add078b01d728c923cbbb77a63292cd5f Mon Sep 17 00:00:00 2001 From: Joes Date: Wed, 9 Sep 2026 09:41:16 +0800 Subject: [PATCH] chore: upgrade .NET SDK to RC1 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8976695..7e7e286 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.7.26381.103", + "version": "11.0.100-rc.1.26425.128", "rollForward": "latestFeature", "allowPrerelease": true }