PIbd-23_Tikhonenkov_A_E_Cou.../DiningRoom/DiningRoomBusinessLogic/DiningRoomBusinessLogic.csproj
Yourdax c2abb00ba3 + not full BusinessLogic
need to check database
2024-04-30 22:20:33 +04:00

18 lines
426 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiningRoomContracts\DiningRoomContracts.csproj" />
</ItemGroup>
</Project>