PIbd-22-Stroev-V.M.-Plumbin.../PlumbingRepair/PlumbingRepairBusinessLogic/PlumbingRepairBusinessLogic.csproj

20 lines
612 B
XML
Raw Normal View History

2024-02-14 11:14:37 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-02-15 12:18:02 +04:00
<ItemGroup>
2024-03-27 11:04:28 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
2024-02-15 12:18:02 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2024-04-10 01:01:51 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-02-15 12:18:02 +04:00
</ItemGroup>
2024-02-14 11:14:37 +04:00
<ItemGroup>
<ProjectReference Include="..\PlumbingRepairContracts\PlumbingRepairContracts.csproj" />
</ItemGroup>
</Project>