From d6458892f7125a0bf3ef7012db0ce644d739d0ac Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Thu, 13 Nov 2025 17:57:27 +0100 Subject: [PATCH] Update package dependencies to stable and latest versions Updated multiple NuGet package dependencies to their latest stable versions, including: - `Microsoft.AspNetCore.OpenApi` to `10.0.0` - `Microsoft.EntityFrameworkCore.SqlServer` to `10.0.0` - `Microsoft.Extensions.Caching.Hybrid` to `10.0.0` - `Microsoft.ML.Tokenizers` to `2.0.0` - `Microsoft.SemanticKernel` to `1.67.1` - `Swashbuckle.AspNetCore.SwaggerUI` to `10.0.1` - Other minor updates to `PdfPig`, `TinyHelpers.AspNetCore`, and more. These updates ensure compatibility with the latest features and improvements. --- .../SqlDatabaseVectorSearch.csproj | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 7e90b5c..bcd3fff 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -12,24 +12,24 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + - + - - - + + +