Skip to content

Commit

Permalink
Merge pull request #1026 from SciSharp/dependabot/nuget/multi-3ad7bd77cd
Browse files Browse the repository at this point in the history
Bump Microsoft.SemanticKernel.Abstractions and System.Memory
  • Loading branch information
martindevans authored Jan 3, 2025
2 parents 1f83d6b + 3683389 commit fae7169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LLama.KernelMemory/LLamaSharp.KernelMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.92.241112.1" />
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.95.241216.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.31.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.32.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit fae7169

Please sign in to comment.