Files
juipnet/Infrastructure/ServiceClient/PaymentCenterClient/PaymentCenterClient.csproj

14 lines
291 B
XML
Raw Normal View History

2020-10-07 20:25:03 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Hncore.Infrastructure\Hncore.Infrastructure.csproj" />
</ItemGroup>
</Project>