From b538026f2095c82a699c3269bfd6c6925ed4d662 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 22 八月 2025 15:47:26 +0800 Subject: [PATCH] 用户管理 --- Admin.NET/FZCTB.NET.API.Application/FZCTB.NET.API.Application.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCTB.NET.API.Application/FZCTB.NET.API.Application.csproj b/Admin.NET/FZCTB.NET.API.Application/FZCTB.NET.API.Application.csproj index c3712b0..201f597 100644 --- a/Admin.NET/FZCTB.NET.API.Application/FZCTB.NET.API.Application.csproj +++ b/Admin.NET/FZCTB.NET.API.Application/FZCTB.NET.API.Application.csproj @@ -4,11 +4,14 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <GenerateDocumentationFile>True</GenerateDocumentationFile> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Admin.NET.Application\Admin.NET.Application.csproj" /> <ProjectReference Include="..\Admin.NET.Core\Admin.NET.Core.csproj" /> + <ProjectReference Include="..\EzUpFile\EzUpFile.csproj" /> + <ProjectReference Include="..\FZCZTB.Net.CustomerSYSTem\FZCZTB.Net.CustomerSYSTem.csproj" /> <ProjectReference Include="..\FZCZTB.NET.MD\FZCZTB.NET.MD.csproj" /> <ProjectReference Include="..\FZCZTB.NET.SYSService\FZCZTB.NET.SYSService.csproj" /> </ItemGroup> -- Gitblit v1.9.1