2023-03-13 16:55:10 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-01-30 21:46:31 +04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-03-14 00:13:38 +04:00
|
|
|
|
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
|
2023-01-30 21:46:31 +04:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
|
2023-03-14 00:13:38 +04:00
|
|
|
|
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
|
2023-01-30 21:46:31 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|