Ropin.Inspection.Repository.csproj 605 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="5.0.24" />
  7. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Folder Include="BDM\Interface\" />
  14. <Folder Include="PNT\Interface\" />
  15. <Folder Include="PRD\Interface\" />
  16. </ItemGroup>
  17. </Project>