2024-04-29 12:10:31 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-04-30 17:12:25 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\HotelBusinessLogic\HotelBusinessLogic.csproj" />
|
|
|
|
<ProjectReference Include="..\HotelContracts\HotelContracts.csproj" />
|
|
|
|
<ProjectReference Include="..\HotelDataBaseImplement\HotelDataBaseImplement.csproj" />
|
|
|
|
<ProjectReference Include="..\HotelDataModels\HotelDataModels.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-29 12:10:31 +04:00
|
|
|
</Project>
|