From 193068f7b5eed5c5722c16b31ec170564c455031 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期三, 26 七月 2023 15:45:42 +0800 Subject: [PATCH] jwt 配置,codefist sqlsug数据服务注入 --- DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj index 331fb2a..d9e2dd7 100644 --- a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj +++ b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj @@ -20,4 +20,9 @@ <PackageReference Include="SqlSugarCore" Version="5.1.4.89" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\DocumentServiceAPI.Enum\DocumentServiceAPI.Enum.csproj" /> + <ProjectReference Include="..\DocumentServiceAPI.Utility\DocumentServiceAPI.Utility.csproj" /> + </ItemGroup> + </Project> -- Gitblit v1.9.1