PIbd-23_Sergunov_M.A._GiftShop/GiftShop/GiftShopBusinessLogic/GiftShopBusinessLogic.csproj

20 lines
595 B
XML
Raw Normal View History

2023-03-31 19:55:55 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-04-16 21:59:13 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
2023-03-31 19:55:55 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2023-04-16 21:59:13 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2023-03-31 19:55:55 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GiftShopContracts\GiftShopContracts.csproj" />
</ItemGroup>
</Project>