From f0873bc9bf16e1a5fae4e46c6f120515920951bc Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 15 Oct 2025 11:33:14 +0200 Subject: [PATCH] Update package dependencies to latest versions Updated several package dependencies in the SqlDatabaseVectorSearch.csproj file to their latest versions: - Microsoft.AspNetCore.OpenApi, Microsoft.EntityFrameworkCore.SqlServer, and Microsoft.EntityFrameworkCore.Tools to 10.0.0-rc.2.25502.107 - Microsoft.Extensions.Caching.Hybrid and Microsoft.Extensions.Http.Resilience to 9.10.0 - Microsoft.SemanticKernel to 1.66.0 - TinyHelpers.AspNetCore to 4.1.8 These updates may include bug fixes, performance improvements, or new features. --- .../SqlDatabaseVectorSearch.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 187b4f4..87e0de0 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -12,24 +12,24 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + - +