From 99aa17354da6c97a1e54d50a3f4f6c9dbd426f90 Mon Sep 17 00:00:00 2001 From: "Ricardo Minguez Pablos (RIDO)" Date: Wed, 15 Apr 2026 08:54:53 -0700 Subject: [PATCH] Update authentication and identity package versions Upgraded Microsoft.AspNetCore.Authentication.* packages to 10.0.6 for .NET 10.0. Updated Microsoft.Identity.Web.UI and AgentIdentities to 4.7.0. This ensures compatibility and includes the latest fixes and improvements. --- core/samples/Proactive/Proactive.csproj | 4 ++-- .../Microsoft.Teams.Bot.Core.csproj | 8 ++++---- .../ABSTokenServiceClient.csproj | 4 ++-- .../Microsoft.Teams.Bot.Apps.UnitTests.csproj | 12 +++++++++--- .../Microsoft.Teams.Bot.Compat.UnitTests.csproj | 5 ++++- .../Microsoft.Teams.Bot.Core.UnitTests.csproj | 12 +++++++++--- 6 files changed, 30 insertions(+), 15 deletions(-) diff --git a/core/samples/Proactive/Proactive.csproj b/core/samples/Proactive/Proactive.csproj index 8cb14294..f457e837 100644 --- a/core/samples/Proactive/Proactive.csproj +++ b/core/samples/Proactive/Proactive.csproj @@ -1,14 +1,14 @@ - net8.0 + net10.0 enable enable false - + diff --git a/core/src/Microsoft.Teams.Bot.Core/Microsoft.Teams.Bot.Core.csproj b/core/src/Microsoft.Teams.Bot.Core/Microsoft.Teams.Bot.Core.csproj index 210e9608..2172d4cf 100644 --- a/core/src/Microsoft.Teams.Bot.Core/Microsoft.Teams.Bot.Core.csproj +++ b/core/src/Microsoft.Teams.Bot.Core/Microsoft.Teams.Bot.Core.csproj @@ -17,12 +17,12 @@ - - + + - - + + diff --git a/core/test/ABSTokenServiceClient/ABSTokenServiceClient.csproj b/core/test/ABSTokenServiceClient/ABSTokenServiceClient.csproj index f0e2c1c8..5b47c66d 100644 --- a/core/test/ABSTokenServiceClient/ABSTokenServiceClient.csproj +++ b/core/test/ABSTokenServiceClient/ABSTokenServiceClient.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/core/test/Microsoft.Teams.Bot.Apps.UnitTests/Microsoft.Teams.Bot.Apps.UnitTests.csproj b/core/test/Microsoft.Teams.Bot.Apps.UnitTests/Microsoft.Teams.Bot.Apps.UnitTests.csproj index 3c769976..e0b982ab 100644 --- a/core/test/Microsoft.Teams.Bot.Apps.UnitTests/Microsoft.Teams.Bot.Apps.UnitTests.csproj +++ b/core/test/Microsoft.Teams.Bot.Apps.UnitTests/Microsoft.Teams.Bot.Apps.UnitTests.csproj @@ -8,10 +8,16 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/core/test/Microsoft.Teams.Bot.Compat.UnitTests/Microsoft.Teams.Bot.Compat.UnitTests.csproj b/core/test/Microsoft.Teams.Bot.Compat.UnitTests/Microsoft.Teams.Bot.Compat.UnitTests.csproj index 0d3d0f06..29ac04fd 100644 --- a/core/test/Microsoft.Teams.Bot.Compat.UnitTests/Microsoft.Teams.Bot.Compat.UnitTests.csproj +++ b/core/test/Microsoft.Teams.Bot.Compat.UnitTests/Microsoft.Teams.Bot.Compat.UnitTests.csproj @@ -13,7 +13,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/core/test/Microsoft.Teams.Bot.Core.UnitTests/Microsoft.Teams.Bot.Core.UnitTests.csproj b/core/test/Microsoft.Teams.Bot.Core.UnitTests/Microsoft.Teams.Bot.Core.UnitTests.csproj index fbef6c2e..558ea56e 100644 --- a/core/test/Microsoft.Teams.Bot.Core.UnitTests/Microsoft.Teams.Bot.Core.UnitTests.csproj +++ b/core/test/Microsoft.Teams.Bot.Core.UnitTests/Microsoft.Teams.Bot.Core.UnitTests.csproj @@ -7,11 +7,17 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +