From 0cc116f9cc15fe445c3a093ea64437282396f263 Mon Sep 17 00:00:00 2001 From: qiuyao <qiuyao@hnkhzn.com> Date: 星期二, 01 四月 2025 11:27:09 +0800 Subject: [PATCH] 1 --- 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Common/WIDESEAWCS_Common.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Common/WIDESEAWCS_Common.csproj" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Common/WIDESEAWCS_Common.csproj" index 7fa6a8d..dcc8804 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Common/WIDESEAWCS_Common.csproj" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Common/WIDESEAWCS_Common.csproj" @@ -7,6 +7,8 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> + <PackageReference Include="NLog" Version="5.4.0" /> </ItemGroup> </Project> -- Gitblit v1.9.3