ISEbd-21.Gordeev.I.V.SushiB.../SushiBar/SushiBarClientApp/SushiBarClientApp.csproj

18 lines
422 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2024-04-25 13:16:23 +04:00
2024-05-12 19:04:40 +04:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-04-25 13:16:23 +04:00
2024-05-12 19:04:40 +04:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
2024-04-25 13:16:23 +04:00
2024-05-12 19:04:40 +04:00
<ItemGroup>
<ProjectReference Include="..\SushiBarContracts\SushiBarContracts.csproj" />
</ItemGroup>
2024-04-25 13:16:23 +04:00
</Project>