Update package versions in SqlDatabaseVectorSearch.csproj

Updated Swashbuckle.AspNetCore.SwaggerUI from 7.1.0 to 7.2.0.
Updated TinyHelpers.AspNetCore from 4.0.5 to 4.0.6.
These updates likely include bug fixes, performance improvements,
or new features.
This commit is contained in:
Marco Minerva
2024-12-11 10:01:30 +01:00
parent 33c8fcb9dc
commit fad66a2fbf
@@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" />
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.1.2" />
<PackageReference Include="PdfPig" Version="0.1.9" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.1.0" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.2.0" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.0.6" />
</ItemGroup>
</Project>