14 lines
323 B
XML
Raw Normal View History

2024-07-23 21:32:13 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-07-24 13:22:05 +04:00
<ProjectReference Include="..\BeautySalonContracts\BeautySalonContracts.csproj" />
2024-07-23 21:32:13 +04:00
</ItemGroup>
</Project>