From dbb562890133eeb111f729241e0660239d3ebe18 Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期四, 27 七月 2023 10:02:14 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj index 331fb2a..f061aea 100644 --- a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj +++ b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj @@ -17,7 +17,12 @@ <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.38" /> <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.38" /> <PackageReference Include="Furion.Pure" Version="4.8.8.38" /> - <PackageReference Include="SqlSugarCore" Version="5.1.4.89" /> + <PackageReference Include="SqlSugarCore" Version="5.1.4.93" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\DocumentServiceAPI.Enum\DocumentServiceAPI.Enum.csproj" /> + <ProjectReference Include="..\DocumentServiceAPI.Utility\DocumentServiceAPI.Utility.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.1