Ropin.Inspection.Service.csproj 990 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="AutoMapper" Version="10.1.1" />
  7. <PackageReference Include="log4net" Version="2.0.17" />
  8. <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
  9. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\Ropin.Core.Common\Ropin.Core.Common.csproj" />
  13. <ProjectReference Include="..\Ropin.Inspection.Common\Ropin.Inspection.Common.csproj" />
  14. <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" />
  15. <ProjectReference Include="..\Ropin.Inspection.Repository\Ropin.Inspection.Repository.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Folder Include="BDM\Interface\" />
  19. <Folder Include="PNT\Interface\" />
  20. <Folder Include="PRD\Interface\" />
  21. </ItemGroup>
  22. </Project>