.NET: Add a Mem0 usage sample (#1779)

* Add a Mem0 usage sample

* Change charset

* Add variable types
This commit is contained in:
westey
2025-10-30 09:31:29 +00:00
committed by GitHub
parent 2059e7b3e8
commit 36532e929e
5 changed files with 91 additions and 1 deletions
@@ -5,7 +5,6 @@
<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>
@@ -14,6 +13,9 @@
</PropertyGroup>
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Agents.AI.Abstractions\Microsoft.Agents.AI.Abstractions.csproj" />