From a0bce3b366451b3ca94e676eb98dd7b415375c14 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 17 一月 2025 14:00:00 +0800 Subject: [PATCH] 代码修改 --- Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj b/Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj index 132c02c..dd22cad 100644 --- a/Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj +++ b/Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj @@ -3,7 +3,12 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> + <Nullable>disable</Nullable> </PropertyGroup> + <ItemGroup> + <PackageReference Include="Yw.Pump.Core" Version="3.1.6" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3