Shuxia Ning
2025-01-17 a0bce3b366451b3ca94e676eb98dd7b415375c14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Dto.Phart.Core" Version="3.2.7" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Service\HStation.Service.PhartRelation.Core\HStation.Service.PhartRelation.Core.csproj" />
  </ItemGroup>
 
</Project>