ningshuxia
5 天以前 e372b432b52bedf58b7d3bd80bd679ae9c3cecb3
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>