PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopBusinessLogic/GiftShopBusinessLogic.csproj

20 lines
595 B
XML
Raw Permalink Normal View History

2024-02-06 12:37:25 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-07 10:17:23 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
2024-02-06 12:37:25 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2024-04-07 10:17:23 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-02-06 12:37:25 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GiftShopContracts\GiftShopContracts.csproj" />
</ItemGroup>
</Project>