2023-12-20 21:43:16 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-12-11 09:55:12 +08:00
|
|
|
|
<Import Project="..\..\..\common.props" />
|
2023-12-13 12:24:58 +08:00
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
2023-12-20 21:43:16 +08:00
|
|
|
|
<PackageReference Include="AlibabaCloud.SDK.Dysmsapi20170525" Version="2.0.24" />
|
|
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
|
<PackageReference Include="IPTools.China" Version="1.6.0" />
|
|
|
|
|
|
|
2023-12-18 16:33:25 +08:00
|
|
|
|
<PackageReference Include="TencentCloudSDK" Version="3.0.917" />
|
|
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
|
<PackageReference Include="UAParser" Version="3.1.47" />
|
|
|
|
|
|
|
2023-12-19 21:00:10 +08:00
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.SignalR" Version="8.0.0" />
|
2023-12-11 09:55:12 +08:00
|
|
|
|
|
2023-12-19 21:00:10 +08:00
|
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="8.0.0" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Caching" Version="8.0.0" />
|
2023-12-11 09:55:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\..\framework\Yi.Framework.SqlSugarCore.Abstractions\Yi.Framework.SqlSugarCore.Abstractions.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Yi.Framework.Rbac.Domain.Shared\Yi.Framework.Rbac.Domain.Shared.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|