From 4a890499facf5b702b37966429d68d2bbdf363f0 Mon Sep 17 00:00:00 2001 From: pan <antony1029@163.com> Date: 星期五, 21 十一月 2025 20:12:28 +0800 Subject: [PATCH] 提交 --- 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj" index dae1303..96225ab 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj" @@ -47,12 +47,15 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="Quartz" Version="3.13.1" /> + <PackageReference Include="Quartz.Extensions.Hosting" Version="3.13.1" /> <PackageReference Include="Serilog" Version="4.3.0" /> <PackageReference Include="Serilog.AspNetCore" Version="9.0.0" /> <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.3" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\WIDESEA_AllocateService\WIDESEA_AllocateService.csproj" /> <ProjectReference Include="..\WIDESEA_BasicService\WIDESEA_BasicService.csproj" /> <ProjectReference Include="..\WIDESEA_CheckService\WIDESEA_CheckService.csproj" /> <ProjectReference Include="..\WIDESEA_InboundService\WIDESEA_InboundService.csproj" /> -- Gitblit v1.9.3