From b4e82eacab6a2c3ec4a4d795e550acdf0c3e430b Mon Sep 17 00:00:00 2001 From: Zhenya Polyvanyi Date: Fri, 15 May 2026 15:28:25 +0100 Subject: [PATCH 1/2] Upgrade Microsoft.Graph to 6.0.3 for GraphServiceClient project --- .../Microsoft.Identity.Web.GraphServiceClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj b/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj index 6eb1ff91d..e71d7829d 100644 --- a/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj +++ b/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj @@ -21,7 +21,7 @@ - + From 1d084e9cb13f025810dd9ce0633ad6b1b2b5e27f Mon Sep 17 00:00:00 2001 From: Zhenya Polyvanyi Date: Mon, 18 May 2026 11:24:22 +0100 Subject: [PATCH 2/2] Pin Microsoft.Kiota.Abstractions to 1.22.0 --- .../Microsoft.Identity.Web.GraphServiceClient.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj b/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj index e71d7829d..471324d01 100644 --- a/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj +++ b/src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj @@ -21,7 +21,8 @@ - + +