PIbd-21_Semikolenov_G.A._Pl.../PlumbingRepair/PlumbingRepairListImplement/PlumbingRepairListImplement.csproj

15 lines
424 B
XML
Raw Normal View History

2023-02-22 11:21:36 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PlumbingRepairContracts\PlumbingRepairContracts.csproj" />
<ProjectReference Include="..\PlumbingRepairDataModels\PlumbingRepairDataModels.csproj" />
</ItemGroup>
</Project>