Skip to content

Commit 4d9980c

Browse files
authored
Disable packing mem0 to avoid release for now (#1751)
1 parent adba312 commit 4d9980c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
55
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
66
<VersionSuffix>preview</VersionSuffix>
7+
<!-- Disable packing until we are ready to release this as a nuget -->
8+
<IsPackable>false</IsPackable>
79
</PropertyGroup>
810

911
<PropertyGroup>

0 commit comments

Comments
 (0)