From 737dec3c384f394fd6f9849b4480b697d1ba35d5 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期二, 17 三月 2026 09:16:44 +0800 Subject: [PATCH] chore: 提交所有当前改动 --- Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj index 045168a..9700c4e 100644 --- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj +++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj @@ -47,6 +47,10 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="Serilog.AspNetCore" Version="8.0.1" /> + <PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" /> + <PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" /> + <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.3" /> </ItemGroup> -- Gitblit v1.9.3