| | |
| | | </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> |
| | |
| | | <ProjectReference Include="..\MES.Service\MES.Service.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="Controllers\TestReport\" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |