From 600f659aa5cbfc0cca52d883f4299cbb8dd66dcd Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期一, 02 三月 2026 15:30:04 +0800 Subject: [PATCH] 1 --- WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj b/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj index f0999bd..9be2027 100644 --- a/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj +++ b/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj @@ -7,12 +7,16 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="WIDESEAWCS_Core" Version="1.0.7" /> - <PackageReference Include="WIDESEAWCS_QuartzJob" Version="2.1.2" /> + <Compile Remove="HoisterJob\**" /> + <EmbeddedResource Remove="HoisterJob\**" /> + <None Remove="HoisterJob\**" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\WIDESEAWCS_ISystemServices\WIDESEAWCS_ISystemServices.csproj" /> + <PackageReference Include="WIDESEAWCS_QuartzJob" Version="3.0.5" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\WIDESEAWCS_TaskInfoService\WIDESEAWCS_TaskInfoService.csproj" /> </ItemGroup> -- Gitblit v1.9.3