Pibd-21_Ievlewa_MD._Precast.../PrecastConcretePlant/PrecastConcretePlantBusinessLogic/PrecastConcretePlantBusinessLogic.csproj

23 lines
835 B
XML
Raw Normal View History

2024-03-22 20:10:17 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-04-05 17:36:10 +04:00
<TargetFramework>net6.0</TargetFramework>
2024-03-22 20:10:17 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-05 17:36:10 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
2024-05-03 01:02:06 +04:00
<PackageReference Include="MailKit" Version="4.5.0" />
2024-03-22 20:10:17 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2024-04-05 17:36:10 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
2024-03-22 20:10:17 +04:00
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
2024-04-05 17:36:10 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-03-22 20:10:17 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
</ItemGroup>
</Project>