restaurantapi/RestaurantAPI/RestaurantAPI.csproj

15 lines
389 B
XML
Raw Normal View History

2025-03-09 15:38:44 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>005b443a-851b-4c88-a1f5-92397133ef25</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
</Project>