mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update dependencies and remove unused EF Core
Removed the Microsoft.EntityFrameworkCore namespace from Program.cs. In SqlDatabaseVectorSearch.csproj: - Removed EntityFrameworkCore.Exceptions.SqlServer package. - Updated Microsoft.AspNetCore.OpenApi from 8.0.8 to 8.0.10. - Updated Microsoft.SemanticKernel from 1.21.1 to 1.22.0. - Updated TinyHelpers from 3.1.16 to 3.1.18.
This commit is contained in:
@@ -9,14 +9,13 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dapper" Version="2.1.35" />
|
||||
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
|
||||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
|
||||
<PackageReference Include="Microsoft.SemanticKernel" Version="1.21.1" />
|
||||
<PackageReference Include="Microsoft.SemanticKernel" Version="1.22.0" />
|
||||
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.15" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.9" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
|
||||
<PackageReference Include="TinyHelpers" Version="3.1.16" />
|
||||
<PackageReference Include="TinyHelpers" Version="3.1.18" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.1.17" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user