From feb01e0a8fb5aec17d5e6478c76c2dce48026e0b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 9 Sep 2026 09:51:39 -0400 Subject: [PATCH 1/4] chore: updates microsoft extensions and related packages to their latest version --- dotnet/Directory.Packages.props | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 3d8b96ec61..28f46bd0f2 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -39,18 +39,18 @@ - + - + - + @@ -60,8 +60,8 @@ - - + + @@ -77,7 +77,7 @@ - + @@ -86,23 +86,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + From fe98b457f5b5d1e6b4186450cb2920e9e7d4c204 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 9 Sep 2026 09:57:59 -0400 Subject: [PATCH 2/4] chore: upgrades adjacent packages Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- dotnet/Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 28f46bd0f2..d0fab6bf1d 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -47,7 +47,7 @@ - + @@ -75,8 +75,8 @@ - - + + From c8ae725b248ea869d8a95edd8573cdb9faf01c6d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 9 Sep 2026 10:18:46 -0400 Subject: [PATCH 3/4] chore: aligns net sdk version --- dotnet/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/global.json b/dotnet/global.json index 12f3587f39..d46fcb1cf9 100644 --- a/dotnet/global.json +++ b/dotnet/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.303", + "version": "10.0.401", "rollForward": "minor", "allowPrerelease": false }, From f15d6118c73d7490a45ef5f16f2ed36f27323bb7 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 9 Sep 2026 10:29:40 -0400 Subject: [PATCH 4/4] chore: pins transitive dependencies to avoid conflicts --- .../Microsoft.Agents.AI.Foundry.UnitTests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet/tests/Microsoft.Agents.AI.Foundry.UnitTests/Microsoft.Agents.AI.Foundry.UnitTests.csproj b/dotnet/tests/Microsoft.Agents.AI.Foundry.UnitTests/Microsoft.Agents.AI.Foundry.UnitTests.csproj index 89879a5a0c..d316fe998b 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Foundry.UnitTests/Microsoft.Agents.AI.Foundry.UnitTests.csproj +++ b/dotnet/tests/Microsoft.Agents.AI.Foundry.UnitTests/Microsoft.Agents.AI.Foundry.UnitTests.csproj @@ -11,6 +11,8 @@ + +