From 0831fc62745a46b056e450395b0366ec168a6e55 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期四, 26 三月 2026 13:44:45 +0800 Subject: [PATCH] 1 --- Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj index 25ba69c..ba2b410 100644 --- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj +++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj @@ -65,6 +65,11 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="Serilog.AspNetCore" Version="8.0.3" /> + <PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" /> + <PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" /> + <PackageReference Include="Serilog.Sinks.File" Version="6.0.0" /> + <PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> </ItemGroup> @@ -73,6 +78,7 @@ <ProjectReference Include="..\WIDESEAWCS_SystemServices\WIDESEAWCS_SystemServices.csproj" /> <ProjectReference Include="..\WIDESEAWCs_TaskInfoService\WIDESEAWCs_TaskInfoService.csproj" /> <ProjectReference Include="..\WIDESEAWCS_Tasks\WIDESEAWCS_Tasks.csproj" /> + <ProjectReference Include="..\WIDESEAWCS_RedisService\WIDESEAWCS_RedisService.csproj" /> </ItemGroup> <ItemGroup> @@ -84,9 +90,6 @@ </ItemGroup> <ItemGroup> - <Content Update="nlog.config"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> <Content Update="wwwroot\http.html"> <CopyToOutputDirectory>Never</CopyToOutputDirectory> </Content> @@ -105,4 +108,9 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="logs\" /> + <Folder Include="Log\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3