Files
coreshoppro/CoreCms.Net.IServices/CoreCms.Net.IServices.csproj
2024-04-22 23:04:58 +08:00

19 lines
598 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AlipaySDKNet.Standard" Version="4.9.78" />
<PackageReference Include="Essensoft.Paylink.WeChatPay" Version="4.1.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" />
<ProjectReference Include="..\CoreCms.Net.DTO\CoreCms.Net.DTO.csproj" />
<ProjectReference Include="..\CoreCms.Net.Model\CoreCms.Net.Model.csproj" />
</ItemGroup>
</Project>