Skip to content

Commit

Permalink
Merge pull request #13 from microsoft/dependabot/nuget/webapi/multi-0…
Browse files Browse the repository at this point in the history
…b4df7a4ee

Bump Microsoft.KernelMemory.Core, Microsoft.KernelMemory.Abstractions and Microsoft.SemanticKernel.Abstractions in /webapi
  • Loading branch information
pjirsa authored May 1, 2024
2 parents 6a16b48 + f827c42 commit 76991f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shared/CopilotChatShared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.30.240227.1" />
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.36.240416.1" />
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Postgres" Version="0.30.240227.1" />
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Redis" Version="0.30.240227.1" />
<PackageReference Include="Microsoft.KernelMemory.Orchestration.RabbitMQ" Version="0.30.240227.1" />
Expand Down
6 changes: 3 additions & 3 deletions webapi/CopilotChatWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.38.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.17.4" />
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.30.240227.1" />
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.30.240227.1" />
<PackageReference Include="Microsoft.KernelMemory.Abstractions" Version="0.36.240416.1" />
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.36.240416.1" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.5.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.5.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.7.1" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.5.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.5.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Core" Version="1.5.0-alpha" />
Expand Down

0 comments on commit 76991f1

Please sign in to comment.