2025-06-19 19:13:43 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
|
<ItemGroup>
|
2025-08-13 08:26:45 +08:00
|
|
|
<PackageReference Include="AlipayEasySDK" Version="2.1.3" />
|
2025-06-20 18:06:33 +08:00
|
|
|
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.4" />
|
2025-06-19 19:13:43 +08:00
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="$(AbpVersion)" />
|
2025-06-27 22:13:26 +08:00
|
|
|
<PackageReference Include="Volo.Abp.DistributedLocking" Version="$(AbpVersion)" />
|
2025-06-19 19:13:43 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.Mapster\Yi.Framework.Mapster.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.SqlSugarCore.Abstractions\Yi.Framework.SqlSugarCore.Abstractions.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Yi.Framework.AiHub.Domain.Shared\Yi.Framework.AiHub.Domain.Shared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-08-11 15:29:24 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="AiGateWay\Impl\ThorSiliconFlow\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-06-19 19:13:43 +08:00
|
|
|
</Project>
|