new
sjz
2025-05-23 f759bbb6d14034c0adbe08cdf7ad43139f598ac0
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>