ISEbd-21_Gavrilov_R.A._CarR.../CarRepairShop/CarRepairShopContracts/CarRepairShopContracts.csproj
2024-05-17 00:00:36 +04:00

14 lines
332 B
XML

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