2024-04-04 19:28:18 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-04-04 14:00:32 +08:00
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-07 16:35:21 +08:00
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.SqlSugarCore.Abstractions\Yi.Framework.SqlSugarCore.Abstractions.csproj" />
|
2024-04-04 14:00:32 +08:00
|
|
|
|
<ProjectReference Include="..\Yi.Framework.ChatHub.Domain.Shared\Yi.Framework.ChatHub.Domain.Shared.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.SignalR" Version="$(AbpVersion)" />
|
2025-03-21 18:24:59 +08:00
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="1.40.0" />
|
2024-04-04 14:00:32 +08:00
|
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="$(AbpVersion)" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Caching" Version="$(AbpVersion)" />
|
2024-04-04 19:28:18 +08:00
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.Caching.FreeRedis\Yi.Framework.Caching.FreeRedis.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.Mapster\Yi.Framework.Mapster.csproj" />
|
2024-04-04 14:00:32 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="EventHandlers\" />
|
|
|
|
|
|
<Folder Include="Repositories\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|