CourseWork_KPO/CandidateReviewContracts/CandidateReviewContracts.csproj

14 lines
336 B
XML
Raw Permalink Normal View History

2024-11-04 18:31:27 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-11-04 22:26:40 +04:00
<ItemGroup>
2024-11-04 22:35:48 +04:00
<ProjectReference Include="..\CandidateReviewDataModels\CandidateReviewDataModels.csproj" />
2024-11-04 22:26:40 +04:00
</ItemGroup>
2024-11-04 18:31:27 +04:00
</Project>