From ff2945f13d3801b403837df18536c4751f9aaea5 Mon Sep 17 00:00:00 2001 From: tommasodotnet Date: Fri, 13 Mar 2026 18:32:38 +0100 Subject: [PATCH] update project references in solution file for improved integration --- dotnet/agent-framework-release.slnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotnet/agent-framework-release.slnf b/dotnet/agent-framework-release.slnf index ebd33c0767..bd35b2851d 100644 --- a/dotnet/agent-framework-release.slnf +++ b/dotnet/agent-framework-release.slnf @@ -27,7 +27,8 @@ "src\\Microsoft.Agents.AI.Workflows.Declarative\\Microsoft.Agents.AI.Workflows.Declarative.csproj", "src\\Microsoft.Agents.AI.Workflows.Generators\\Microsoft.Agents.AI.Workflows.Generators.csproj", "src\\Microsoft.Agents.AI.Workflows\\Microsoft.Agents.AI.Workflows.csproj", - "src\\Microsoft.Agents.AI\\Microsoft.Agents.AI.csproj" + "src\\Microsoft.Agents.AI\\Microsoft.Agents.AI.csproj", + "aspire-integration\\Aspire.Hosting.AgentFramework.DevUI\\Aspire.Hosting.AgentFramework.DevUI.csproj" ] } }