We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adba312 commit 4d9980cCopy full SHA for 4d9980c
dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj
@@ -4,6 +4,8 @@
4
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
5
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
6
<VersionSuffix>preview</VersionSuffix>
7
+ <!-- Disable packing until we are ready to release this as a nuget -->
8
+ <IsPackable>false</IsPackable>
9
</PropertyGroup>
10
11
<PropertyGroup>
0 commit comments