PIbd-21_Anisin_R.S._CarRepa.../CarRepairShop/CarRepairShopContracts/CarRepairShopContracts.csproj

14 lines
329 B
XML
Raw Normal View History

2024-03-23 14:18:27 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CarRepairShopDataModels\CarRepairShopDataModels.csproj" />
</ItemGroup>
</Project>