feat: configurar swagger con soporte para multiples versiones v1 y v2

This commit is contained in:
2026-03-07 20:41:26 -03:00
parent 7856147cfa
commit 62a10af833
4 changed files with 81 additions and 26 deletions

View File

@@ -10,6 +10,7 @@
<PackageReference Include="Asp.Versioning.Http" Version="8.1.1" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.4" />
</ItemGroup>
</Project>