PIbd-21_BatylkinaAO_MusoevD.../Canteen/CanteenBusinessLogic/CanteenBusinessLogic.csproj

19 lines
519 B
XML
Raw Normal View History

2023-04-09 13:00:51 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CanteenContracts\CanteenContracts.csproj" />
2023-04-09 19:05:54 +04:00
<ProjectReference Include="..\CanteenDataModels\CanteenDataModels.csproj" />
2023-04-09 13:00:51 +04:00
</ItemGroup>
</Project>