cnf
2025-05-14 d12457c6f777b2161a1d29d230dbb67142baf561
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>