From 747eef02b5794d03b6da9992af5f610f23f243fa Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 22 十月 2024 14:26:41 +0800 Subject: [PATCH] 修复泵匹配没有进行赋值 --- BLL/HStation.BLL.Core/HStation.BLL.Core.csproj | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj b/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj index 1b08946..b3ad802 100644 --- a/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj +++ b/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj @@ -7,13 +7,11 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Yw.CAL.HttpClient.Core" Version="3.0.9" /> - <PackageReference Include="Yw.CALFactory.Core" Version="3.0.2" /> - <PackageReference Include="Yw.Mapster.Core" Version="3.0.0" /> + <PackageReference Include="Yw.BLL.Core" Version="3.1.0" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\Dto\HStation.Dto.Core\HStation.Dto.Core.csproj" /> + <ProjectReference Include="..\..\Vmo\HStation.Vmo.Core\HStation.Vmo.Core.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3