Skip to content

Commit 68eb577

Browse files
Bump Microsoft.SemanticKernel.Abstractions from 1.39.0 to 1.44.0
Bumps [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel) from 1.39.0 to 1.44.0. - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.39.0...dotnet-1.44.0) --- updated-dependencies: - dependency-name: Microsoft.SemanticKernel.Abstractions dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef31ec6 commit 68eb577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LLama.KernelMemory/LLamaSharp.KernelMemory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.96.250120.1" />
30+
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.98.250323.1" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.39.0" />
37+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.44.0" />
3838
</ItemGroup>
3939

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

0 commit comments

Comments
 (0)