From fd103177c6f2ac4b15f38b8f77315adb19671483 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 15 May 2026 17:39:57 -0300 Subject: [PATCH] Update Microsoft.Extensions.* package versions Upgraded Microsoft.Extensions.* dependencies in Extensions.csproj and Tests.csproj to latest patch/minor versions. Notably, Microsoft.Extensions.AI and Microsoft.Extensions.AI.OpenAI were updated to 10.6.0, and Microsoft.Extensions.Http.Resilience to 10.6.0. All other Microsoft.Extensions.* packages were updated from 10.0.5 to 10.0.8. No code changes were made. --- src/Extensions/Extensions.csproj | 12 ++++++------ src/Tests/Tests.csproj | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Extensions/Extensions.csproj b/src/Extensions/Extensions.csproj index 42435e4..2fabc6b 100644 --- a/src/Extensions/Extensions.csproj +++ b/src/Extensions/Extensions.csproj @@ -23,12 +23,12 @@ - - - - - - + + + + + + diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 0a9ab03..ab4eaed 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -16,16 +16,16 @@ - - - - - - - - - - + + + + + + + + + +