Update SwaggerUI package to version 9.0.6

Upgraded the `Swashbuckle.AspNetCore.SwaggerUI` package in the `SqlDatabaseVectorSearch.csproj` file from version 9.0.5 to 9.0.6. This minor version update likely includes bug fixes, enhancements, or other improvements while maintaining backward compatibility.
This commit is contained in:
Marco Minerva
2025-10-06 11:35:15 +02:00
parent d730b1f760
commit 9a31ad1400
@@ -29,7 +29,7 @@
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.4" />
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />
<PackageReference Include="PdfPig" Version="0.1.11" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.6" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.6" />
</ItemGroup>