PIbd-31_Alekseev.I.S._COP_3/StudentPerformanceContracts/StudentPerformanceContracts.csproj
Иван Алексеев de8ff2cfaf копец
2024-11-13 15:21:19 +04:00

14 lines
342 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\StudentPerformanceDataModels\StudentPerformanceDataModels.csproj" />
</ItemGroup>
</Project>