Skip to content

Commit d5b3650

Browse files
authored
Merge pull request #451 from xbotter/deps/sk_1.1.0
bump sk & km
2 parents 0074320 + 90815ae commit d5b3650

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

LLama.Examples/Examples/KernelMemory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Threading.Tasks;
66
using LLamaSharp.KernelMemory;
77
using Microsoft.KernelMemory;
8+
using Microsoft.KernelMemory.Configuration;
89
using Microsoft.KernelMemory.Handlers;
910

1011
namespace LLama.Examples.Examples

LLama.Examples/LLama.Examples.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
18-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.24.231228.5" />
19-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.0.1" />
20-
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.0.1-alpha" />
18+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.26.240121.1" />
19+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.1.0" />
20+
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.1.0-alpha" />
2121
<PackageReference Include="Spectre.Console" Version="0.48.0" />
2222
</ItemGroup>
2323

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.24.231228.5" />
30+
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.26.240104.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.0.1" />
37+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.1.0" />
3838
</ItemGroup>
3939

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

0 commit comments

Comments
 (0)