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

24 lines
870 B
XML
Raw Normal View History

2023-04-06 17:22:24 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2023-04-07 00:11:08 +04:00
<ItemGroup>
2023-04-07 13:53:08 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-04-07 00:11:08 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.2.23128.3" />
</ItemGroup>
2023-04-07 13:53:08 +04:00
<ItemGroup>
<ProjectReference Include="..\HotelBusinessLogic\HotelBusinessLogic.csproj" />
<ProjectReference Include="..\HotelContracts\HotelContracts.csproj" />
<ProjectReference Include="..\HotelDatabaseImplement\HotelDatabaseImplement.csproj" />
</ItemGroup>
2023-04-06 17:22:24 +04:00
</Project>