From 7da5c077a94f883ae7ce2def5dbec4a2e66c5856 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 04 八月 2025 17:00:49 +0800 Subject: [PATCH] fix: 修改menus childrens为children --- FlexJobApi.Application/FlexJobApi.Application.csproj | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/FlexJobApi.Application/FlexJobApi.Application.csproj b/FlexJobApi.Application/FlexJobApi.Application.csproj index fdfcdaf..b3895fd 100644 --- a/FlexJobApi.Application/FlexJobApi.Application.csproj +++ b/FlexJobApi.Application/FlexJobApi.Application.csproj @@ -9,18 +9,15 @@ </PropertyGroup> <ItemGroup> - <None Remove="applicationsettings.json" /> <None Remove="FlexJobApi.Application.xml" /> </ItemGroup> <ItemGroup> - <Content Include="applicationsettings.json"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> + <ProjectReference Include="..\FlexJobApi.Core\FlexJobApi.Core.csproj" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\FlexJobApi.Core\FlexJobApi.Core.csproj" /> + <Folder Include="Dictionaries\Commands\" /> </ItemGroup> </Project> -- Gitblit v1.9.1