From f759bbb6d14034c0adbe08cdf7ad43139f598ac0 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期五, 23 五月 2025 13:10:14 +0800 Subject: [PATCH] new --- MESApplication/MESApplication.csproj | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/MESApplication/MESApplication.csproj b/MESApplication/MESApplication.csproj index 3ae7129..fe80c55 100644 --- a/MESApplication/MESApplication.csproj +++ b/MESApplication/MESApplication.csproj @@ -9,6 +9,14 @@ </PropertyGroup> <ItemGroup> + <Content Remove="Config\appsettings.json" /> + </ItemGroup> + + <ItemGroup> + <None Include="Config\appsettings.json" /> + </ItemGroup> + + <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1"> <PrivateAssets>all</PrivateAssets> @@ -26,4 +34,8 @@ <ProjectReference Include="..\MES.Service\MES.Service.csproj" /> </ItemGroup> + <ItemGroup> + <Folder Include="Controllers\TestReport\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3