PIbd_23_Kislitsa_E.D_Diner/AbstractShopBusinessLogic/DinerBusinessLogic.csproj

22 lines
738 B
XML
Raw Normal View History

2024-03-16 23:23:33 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-02-06 13:30:20 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-05-12 22:50:58 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2024-02-06 13:30:20 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2024-05-14 14:52:14 +04:00
<PackageReference Include="NPOI" Version="2.6.2" />
2024-05-12 22:50:58 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-02-06 13:30:20 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractShopContracts\DinerContracts.csproj" />
2024-03-16 23:23:33 +04:00
<ProjectReference Include="..\Diner\AbstractShopListImplement\DinerListImplement.csproj" />
2024-02-06 13:30:20 +04:00
</ItemGroup>
</Project>