added support for versioning the api

This commit is contained in:
StevanFreeborn
2022-06-20 23:09:47 -05:00
parent 93087d1623
commit 5e53edafad
6 changed files with 81 additions and 17 deletions
+2
View File
@@ -11,6 +11,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.16.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />
</ItemGroup>