mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update Swagger config and package versions
- Removed AddFormFile method from Swagger config in Program.cs - Updated package versions in SqlDatabaseVectorSearch.csproj: - Microsoft.SemanticKernel to 1.16.2 - MinimalHelpers.OpenApi to 2.0.11 - Swashbuckle.AspNetCore to 6.7.0 - TinyHelpers to 3.1.11 - TinyHelpers.AspNetCore to 3.1.8 - Removed old package references from SqlDatabaseVectorSearch.csproj
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
|
||||
<PackageReference Include="Microsoft.SemanticKernel" Version="1.16.0" />
|
||||
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.9" />
|
||||
<PackageReference Include="Microsoft.SemanticKernel" Version="1.16.2" />
|
||||
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.11" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.8" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
|
||||
<PackageReference Include="TinyHelpers" Version="3.1.10" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.1.6" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
|
||||
<PackageReference Include="TinyHelpers" Version="3.1.11" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.1.8" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user