lixiaojun
2024-11-11 00bcee19c5dff21a9848c16b45419efb74bf07e9
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.2.7" />
    <PackageReference Include="Yw.Service.Hydro.Core" Version="3.7.0" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.EPAnet.Calcu.Core\Yw.EPAnet.Calcu.Core.csproj" />
  </ItemGroup>
 
</Project>