2023-03-18 17:47:29 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-03-18 17:40:44 +04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-03-18 17:55:02 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-18 17:40:44 +04:00
|
|
|
|
</Project>
|