PIbd-21_Zaharchenko_M.I._Pi.../Pizzeria/PizzeriaBusinessLogic/PizzeriaBusinessLogic.csproj

21 lines
644 B
XML
Raw Normal View History

2023-02-16 08:52:03 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-12 20:11:02 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-22 12:10:23 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2023-05-03 22:06:56 +04:00
<PackageReference Include="MailKit" Version="4.0.0" />
2023-02-12 20:11:02 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2023-03-22 12:10:23 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2023-02-12 20:11:02 +04:00
</ItemGroup>
<ItemGroup>
2023-02-16 08:52:03 +04:00
<ProjectReference Include="..\PizzeriaContracts\PizzeriaContracts.csproj" />
2023-02-12 20:11:02 +04:00
</ItemGroup>
</Project>