12345678910111213141516171819202122 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="5.0.24" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="BDM\Interface\" />
- <Folder Include="PNT\Interface\" />
- <Folder Include="PRD\Interface\" />
- </ItemGroup>
- </Project>
|