19 lines
526 B
XML
Raw Normal View History

2024-06-21 16:40:28 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BarBusinessLogic\BarBusinessLogic\BarBusinessLogic.csproj" />
2024-06-22 01:05:59 +04:00
<ProjectReference Include="..\BarContracts\BarContracts\BarContracts.csproj" />
2024-06-21 16:40:28 +04:00
</ItemGroup>
</Project>