CourseWork_KPO/CandidateReviewBusinessLogic/CandidateReviewBusinessLogic.csproj

18 lines
457 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CandidateReviewContracts\CandidateReviewContracts.csproj" />
</ItemGroup>
</Project>