Files
ASP.NET/content/01-Introductory-Sessions/Session00/Projects/CommentAPI/C01_CommentAPI.csproj
T
2025-07-18 14:47:22 +03:30

14 lines
314 B
XML

<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.5.0" />
</ItemGroup>
</Project>