duheng
2024-07-18 7bf79c6515f27ba9be8d2b3fb4e3ceae5718e3e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.CAL.HttpClient.Core" Version="3.0.9" />
    <PackageReference Include="Yw.CALFactory.Core" Version="3.0.2" />
    <PackageReference Include="Yw.Mapster.Core" Version="3.0.0" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Dto\HStation.Dto.Core\HStation.Dto.Core.csproj" />
  </ItemGroup>
 
</Project>