From e1b779122eae7002f1d512bd1e8135ea8080c95f Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 23 十月 2024 15:14:19 +0800 Subject: [PATCH] 增加Revit上传bll --- BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj b/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj index 6331e0d..8a8fcce 100644 --- a/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj +++ b/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj @@ -7,6 +7,10 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Yw.Yitter.Core" Version="3.0.1" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\..\Vmo\HStation.Vmo.TransferFile.Core\HStation.Vmo.TransferFile.Core.csproj" /> <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" /> </ItemGroup> -- Gitblit v1.9.3