|
12 | 12 | </PropertyGroup> |
13 | 13 |
|
14 | 14 | <ItemGroup> |
15 | | - <PackageReference Include="Microsoft.KernelMemory.Service.AspNetCore" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'"/> |
16 | | - <ProjectReference Include="..\Service.AspNetCore\Service.AspNetCore.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 15 | + <!-- Microsoft.KernelMemory.Core is imported via Microsoft.KernelMemory.Service.AspNetCore. |
| 16 | + Microsoft.KernelMemory.Core includes also extensions without external dependencies, e.g. all Azure extensions --> |
17 | 17 |
|
18 | | - <!-- Microsoft.KernelMemory.Core includes also extensions without external dependencies, e.g. all Azure extensions --> |
19 | | - |
20 | | - <PackageReference Include="Microsoft.KernelMemory.Core" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
21 | | - <ProjectReference Include="..\Core\Core.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 18 | + <PackageReference Include="Microsoft.KernelMemory.Service.AspNetCore" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 19 | + <ProjectReference Include="..\Service.AspNetCore\Service.AspNetCore.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
22 | 20 |
|
23 | 21 | <!-- These extensions are used by ServiceConfiguration to support third party dependencies --> |
24 | 22 |
|
25 | | - <PackageReference Include="Microsoft.KernelMemory.AI.LlamaSharp" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
26 | | - <ProjectReference Include="..\..\extensions\LlamaSharp\LlamaSharp\LlamaSharp.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 23 | + <PackageReference Include="Microsoft.KernelMemory.AI.LlamaSharp" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 24 | + <ProjectReference Include="..\..\extensions\LlamaSharp\LlamaSharp\LlamaSharp.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
27 | 25 |
|
28 | | - <PackageReference Include="Microsoft.KernelMemory.MongoDbAtlas" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'"/> |
29 | | - <ProjectReference Include="..\..\extensions\MongoDbAtlas\MongoDbAtlas\MongoDbAtlas.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 26 | + <PackageReference Include="Microsoft.KernelMemory.MongoDbAtlas" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 27 | + <ProjectReference Include="..\..\extensions\MongoDbAtlas\MongoDbAtlas\MongoDbAtlas.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
30 | 28 |
|
31 | | - <PackageReference Include="Microsoft.KernelMemory.MemoryDb.Postgres" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
32 | | - <ProjectReference Include="..\..\extensions\Postgres\Postgres\Postgres.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 29 | + <PackageReference Include="Microsoft.KernelMemory.MemoryDb.Postgres" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 30 | + <ProjectReference Include="..\..\extensions\Postgres\Postgres\Postgres.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
33 | 31 |
|
34 | | - <PackageReference Include="Microsoft.KernelMemory.Orchestration.RabbitMQ" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'"/> |
35 | | - <ProjectReference Include="..\..\extensions\RabbitMQ\RabbitMQ.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 32 | + <PackageReference Include="Microsoft.KernelMemory.Orchestration.RabbitMQ" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 33 | + <ProjectReference Include="..\..\extensions\RabbitMQ\RabbitMQ.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
36 | 34 |
|
37 | | - <PackageReference Include="Microsoft.KernelMemory.MemoryDb.Redis" Version="0.37.240420.2" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
38 | | - <ProjectReference Include="..\..\extensions\Redis\Redis\Redis.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/> |
| 35 | + <PackageReference Include="Microsoft.KernelMemory.MemoryDb.Redis" Version="0.38.240423.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" /> |
| 36 | + <ProjectReference Include="..\..\extensions\Redis\Redis\Redis.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'" /> |
39 | 37 | </ItemGroup> |
40 | 38 |
|
41 | 39 | <ItemGroup> |
42 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/> |
| 40 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
43 | 41 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> |
44 | 42 | </ItemGroup> |
45 | 43 |
|
|
58 | 56 | } |
59 | 57 | --> |
60 | 58 | <ItemGroup> |
61 | | - <ProjectReference Include="..\..\tools\InteractiveSetup\InteractiveSetup.csproj"/> |
| 59 | + <ProjectReference Include="..\..\tools\InteractiveSetup\InteractiveSetup.csproj" /> |
62 | 60 | </ItemGroup> |
63 | 61 |
|
64 | 62 | <!-- Code Analysis --> |
|
90 | 88 | </ItemGroup> |
91 | 89 |
|
92 | 90 | <ItemGroup> |
93 | | - <None Remove="setup.sh"/> |
| 91 | + <None Remove="setup.sh" /> |
94 | 92 | <Content Include="setup.sh"> |
95 | 93 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
96 | 94 | </Content> |
|
0 commit comments