From 4d9980c5c3b088cfa1e64c198391186a628eb89c Mon Sep 17 00:00:00 2001 From: westey <164392973+westey-m@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:41:57 +0000 Subject: [PATCH] Disable packing mem0 to avoid release for now (#1751) --- .../Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj b/dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj index 9f29a3b09f..4e06c30a11 100644 --- a/dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj @@ -4,6 +4,8 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) preview + + false