From 3a1d2ebb35798f41426d3f974fc98a396f9dc566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 22 Apr 2026 05:45:57 +0200 Subject: [PATCH] Update the .NET SDK/packages and bump OpenIddict to 7.5.0 --- Directory.Packages.props | 66 ++++++++++++++++++++-------------------- global.json | 4 +-- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 483a0f7d..9bc08288 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -44,11 +44,11 @@ - - - - - + + + + + @@ -69,43 +69,43 @@ - - - + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + diff --git a/global.json b/global.json index 360d975c..b408e5e0 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "10.0.202", + "version": "10.0.203", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.202" + "dotnet": "10.0.203" }, "msbuild-sdks": {