PIbd-22_Bazunov_AI_Hotel/Hotel/HotelBusinessLogic/HotelBusinessLogic.csproj

21 lines
663 B
XML
Raw Normal View History

2023-04-06 17:22:24 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-04-07 00:11:08 +04:00
<ItemGroup>
<ProjectReference Include="..\HotelContracts\HotelContracts.csproj" />
</ItemGroup>
<ItemGroup>
2023-04-07 02:20:02 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
2023-05-19 17:52:18 +04:00
<PackageReference Include="MailKit" Version="4.0.0" />
2023-04-07 00:11:08 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0-preview.2.23128.3" />
2023-05-19 17:52:18 +04:00
<PackageReference Include="PDFsharp-MigraDoc-GDI" Version="1.50.5147" />
2023-04-07 00:11:08 +04:00
</ItemGroup>
2023-04-06 17:22:24 +04:00
</Project>