From 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 14:22:42 +0800 Subject: [PATCH] 优化细节问题 --- Service/HStation.Service.TransferFile.Core/HStation.Service.TransferFile.Core.csproj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Service/HStation.Service.TransferFile.Core/HStation.Service.TransferFile.Core.csproj b/Service/HStation.Service.TransferFile.Core/HStation.Service.TransferFile.Core.csproj index ef55101..ff43d79 100644 --- a/Service/HStation.Service.TransferFile.Core/HStation.Service.TransferFile.Core.csproj +++ b/Service/HStation.Service.TransferFile.Core/HStation.Service.TransferFile.Core.csproj @@ -17,10 +17,10 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Yw.DAL.PostgreSql.Core" Version="3.0.9" /> - <PackageReference Include="Yw.DAL.SQLite.Core" Version="3.0.9" /> - <PackageReference Include="Yw.DALFactory.Core" Version="3.0.5" /> - <PackageReference Include="Yw.Service.Core" Version="3.0.8" /> + <PackageReference Include="Yw.DAL.PostgreSql.Core" Version="3.1.2" /> + <PackageReference Include="Yw.DAL.SQLite.Core" Version="3.1.2" /> + <PackageReference Include="Yw.DALFactory.Core" Version="3.0.6" /> + <PackageReference Include="Yw.Service.Core" Version="3.1.1" /> </ItemGroup> </Project> -- Gitblit v1.9.3