PIbd_23_Kislitsa_E.D_Diner/Diner/DinerClientApp/DinerClientApp.csproj

18 lines
426 B
XML
Raw Normal View History

2024-04-02 14:15:39 +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="..\..\AbstractShopContracts\DinerContracts.csproj" />
</ItemGroup>
</Project>