From 13c50141ab44aeb295bd5dc75e4ad449954ada8c Mon Sep 17 00:00:00 2001 From: Joes Date: Wed, 9 Sep 2026 09:41:16 +0800 Subject: [PATCH] chore: upgrade .NET 11 RC1 dependencies Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- Directory.Packages.props | 6 +++--- global.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 64e46cb..5335eeb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,7 @@ - + - + @@ -58,4 +58,4 @@ - \ No newline at end of file + 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 }