From 2496467eeb04825780f4dc2a12462e500e59e1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:59:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dotnet=20monorep?= =?UTF-8?q?o=20to=20v9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 22 +++++++++++----------- global.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 55bfae59..02acbf6e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,20 +8,20 @@ - - - - - - - - - - + + + + + + + + + + - + diff --git a/global.json b/global.json index 7b22d063..49cfff70 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.402", + "version": "9.0.102", "rollForward": "latestMinor" } }