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:
@@ -1,6 +1,5 @@
|
||||
using Microsoft.AspNetCore.Http.HttpResults;
|
||||
using Microsoft.Data.SqlClient;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.OpenApi.Models;
|
||||
using Microsoft.SemanticKernel;
|
||||
using MinimalHelpers.OpenApi;
|
||||
|
||||
Reference in New Issue
Block a user