PIbd-22_Aleikin_A.M._Confec.../Confectionery/ConfectioneryBusinessLogic/ConfectioneryBusinessLogic.csproj

21 lines
651 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-28 00:43:46 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2023-05-04 21:14:24 +04:00
<PackageReference Include="MailKit" Version="4.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2023-03-28 00:43:46 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ConfectioneryContracts\ConfectioneryContracts.csproj" />
</ItemGroup>
</Project>