feat: implementar versionado de API por URL v1. Closes #3

This commit is contained in:
2026-03-07 19:05:10 -03:00
parent 0c758b33b2
commit 6ff01a803c
3 changed files with 28 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
</PropertyGroup>
<ItemGroup>
<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" />
</ItemGroup>