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

14 lines
314 B
XML
Raw Normal View History

2023-03-27 23:45:20 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
</Project>