PIbd-22_Karamushko_M_K_Pizz.../Pizzeria/PizzeriaClientApp/PizzeriaClientApp.csproj

19 lines
520 B
XML
Raw Normal View History

2023-03-28 08:52:39 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2023-04-22 18:57:09 +04:00
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.13" />
2023-03-28 08:52:39 +04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PizzeriaContracts\PizzeriaContracts.csproj" />
</ItemGroup>
</Project>