From 6eb82964faa3a5b1c961ed2793de9574940edd58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:56:25 +0000 Subject: [PATCH 1/2] Bump Aspire.Azure.Search.Documents from 13.3.0 to 13.4.6 --- updated-dependencies: - dependency-name: Aspire.Azure.Search.Documents dependency-version: 13.4.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index b95f594c500f..45b8794d71dc 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -6,7 +6,7 @@ - + From 47cbb91d24700c61bb8b1784eb338c7d2e2dde03 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:11:12 +0000 Subject: [PATCH 2/2] Fix type conflict: add explicit Azure.Identity reference to ChatWithAgent.ApiService --- .../ChatWithAgent.ApiService/ChatWithAgent.ApiService.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/samples/Demos/AgentFrameworkWithAspire/ChatWithAgent.ApiService/ChatWithAgent.ApiService.csproj b/dotnet/samples/Demos/AgentFrameworkWithAspire/ChatWithAgent.ApiService/ChatWithAgent.ApiService.csproj index 09abe013258f..97a8fd847747 100644 --- a/dotnet/samples/Demos/AgentFrameworkWithAspire/ChatWithAgent.ApiService/ChatWithAgent.ApiService.csproj +++ b/dotnet/samples/Demos/AgentFrameworkWithAspire/ChatWithAgent.ApiService/ChatWithAgent.ApiService.csproj @@ -14,6 +14,7 @@ +