lixiaojun
6 天以前 035610ac56ce25ba473472774d08525cbb5a6532
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>1.0.8</Version>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="05-calcu\NetworkCalcuMinorLoss.cs" />
    <Compile Remove="05-calcu\NetworkDirectionExtensions.cs" />
    <Compile Remove="05-calcu\NetworkEnergyAnalyseExtensions.cs" />
    <Compile Remove="05-calcu\NetworkPathAnalyseExtensions.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Epanet.Core" Version="1.0.5" />
  </ItemGroup>
 
</Project>