ningshuxia
2025-04-25 f95dd5966b62362dc190088c15ca8f9085ef8456
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>1.0.9</Version>
    <PackageReleaseNotes>解决水力计算报错崩溃问题</PackageReleaseNotes>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="06-calcu\NetworkCalcuMinorLoss.cs" />
    <Compile Remove="06-calcu\NetworkDirectionExtensions.cs" />
    <Compile Remove="06-calcu\NetworkEnergyAnalyseExtensions.cs" />
    <Compile Remove="06-calcu\NetworkPathAnalyseExtensions.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Epanet.Core" Version="1.0.6" />
    <PackageReference Include="Yw.Untity.Core" Version="3.0.6" />
  </ItemGroup>
 
</Project>