Disable packing mem0 to avoid release for now (#1751)

This commit is contained in:
westey
2025-10-28 16:41:57 +00:00
committed by GitHub
Unverified
parent adba312cd6
commit 4d9980c5c3
@@ -4,6 +4,8 @@
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
<VersionSuffix>preview</VersionSuffix>
<!-- Disable packing until we are ready to release this as a nuget -->
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>