2024-05-01 22:39:51 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\DinerContracts\DinerContracts.csproj" />
|
2024-05-05 18:00:10 +04:00
|
|
|
<ProjectReference Include="..\DinerDataBaseImplement\DinerDataBaseImplement.csproj" />
|
|
|
|
<ProjectReference Include="..\DinerRestAPI\DinerRestApi.csproj" />
|
2024-05-01 22:39:51 +04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|