Shuxia Ning
2025-01-13 cae9e1ebdb3f65c75aba5f703c97a857c6e44f38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Geometry.Core" Version="3.3.0" />
    <PackageReference Include="Yw.Service.Hydro.Core" Version="3.9.8" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.EPAnet.Calcu.Core\Yw.EPAnet.Calcu.Core.csproj" />
  </ItemGroup>
 
</Project>