File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
002-dotnet-SemanticKernel-plugin
203-dotnet-using-core-nuget Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.6.2" />
16- <PackageReference Include =" Microsoft.KernelMemory.SemanticKernelPlugin" Version =" 0.34.240313 .1" />
16+ <PackageReference Include =" Microsoft.KernelMemory.SemanticKernelPlugin" Version =" 0.35.240318 .1" />
1717 </ItemGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.34.240313 .1" />
13+ <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.35.240318 .1" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 1313 <ItemGroup >
1414 <!-- Microsoft.KernelMemory.Core includes also extensions without external dependencies, e.g. all Azure extensions -->
1515
16- <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
16+ <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
1717 <ProjectReference Include =" ..\Core\Core.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
1818
1919 <!-- These extensions are used by ServiceConfiguration to support third party dependencies -->
2020
21- <PackageReference Include =" Microsoft.KernelMemory.AI.LlamaSharp" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
21+ <PackageReference Include =" Microsoft.KernelMemory.AI.LlamaSharp" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
2222 <ProjectReference Include =" ..\..\extensions\LlamaSharp\LlamaSharp\LlamaSharp.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
2323
24- <PackageReference Include =" Microsoft.KernelMemory.MemoryDb.Postgres" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
24+ <PackageReference Include =" Microsoft.KernelMemory.MemoryDb.Postgres" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
2525 <ProjectReference Include =" ..\..\extensions\Postgres\Postgres\Postgres.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
2626
27- <PackageReference Include =" Microsoft.KernelMemory.Orchestration.RabbitMQ" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
27+ <PackageReference Include =" Microsoft.KernelMemory.Orchestration.RabbitMQ" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
2828 <ProjectReference Include =" ..\..\extensions\RabbitMQ\RabbitMQ.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
2929
30- <PackageReference Include =" Microsoft.KernelMemory.MemoryDb.Redis" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
30+ <PackageReference Include =" Microsoft.KernelMemory.MemoryDb.Redis" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
3131 <ProjectReference Include =" ..\..\extensions\Redis\Redis\Redis.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
3232 </ItemGroup >
3333
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.34.240313 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
12+ <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.35.240318 .1" Condition =" '$(SolutionName)' != 'KernelMemoryDev'" />
1313 <ProjectReference Include =" ..\..\service\Core\Core.csproj" Condition =" '$(SolutionName)' == 'KernelMemoryDev'" />
1414 </ItemGroup >
1515
You can’t perform that action at this time.
0 commit comments