Update Swashbuckle.AspNetCore.SwaggerUI to v9.0.5

Upgraded the `Swashbuckle.AspNetCore.SwaggerUI` package in the
`SqlDatabaseVectorSearch.csproj` file from version 9.0.4 to 9.0.5.
This update may include bug fixes, new features, or other
improvements provided in the latest version.
This commit is contained in:
Marco Minerva
2025-09-30 10:49:49 +02:00
parent 13c08c1752
commit d730b1f760
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
### Implementation Guidelines
- Write code that is secure by default. Avoid exposing potentially private or sensitive data.
- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible. with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception.
- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception.
## Documentation
@@ -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.4" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.5" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.6" />
</ItemGroup>