123456789101112131415161718192021222324252627 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="AutoMapper" Version="10.1.1" />
- <PackageReference Include="log4net" Version="2.0.17" />
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Ropin.Core.Common\Ropin.Core.Common.csproj" />
- <ProjectReference Include="..\Ropin.Inspection.Common\Ropin.Inspection.Common.csproj" />
- <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" />
- <ProjectReference Include="..\Ropin.Inspection.Repository\Ropin.Inspection.Repository.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="BDM\Interface\" />
- <Folder Include="PNT\Interface\" />
- <Folder Include="PRD\Interface\" />
- </ItemGroup>
- </Project>
|