lixiaojun
6 天以前 035610ac56ce25ba473472774d08525cbb5a6532
Yw.Epanet.Calcu.Core/Yw.Epanet.Calcu.Core.csproj
@@ -4,6 +4,8 @@
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>1.0.8</Version>
  </PropertyGroup>
  <ItemGroup>
@@ -11,16 +13,10 @@
    <Compile Remove="05-calcu\NetworkDirectionExtensions.cs" />
    <Compile Remove="05-calcu\NetworkEnergyAnalyseExtensions.cs" />
    <Compile Remove="05-calcu\NetworkPathAnalyseExtensions.cs" />
    <Compile Remove="06-energy\NetworkEnergyAnalyseExtensions.cs" />
    <Compile Remove="07-path\NetworkPathAnalyseExtensions.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Yw.Epanet.Core\Yw.Epanet.Core.csproj" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="07-path\" />
    <PackageReference Include="Yw.Epanet.Core" Version="1.0.5" />
  </ItemGroup>
</Project>