From 89ff8e9c6e7536540eea9a56a90f64b6342459cf Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Fri, 5 Dec 2025 17:00:44 +0100 Subject: [PATCH] Update NuGet packages: FluentValidation, SemanticKernel Updated the following NuGet package dependencies in the `SqlDatabaseVectorSearch.csproj` file: - `FluentValidation.DependencyInjectionExtensions` updated from version `12.1.0` to `12.1.1` to incorporate potential bug fixes and improvements. - `Microsoft.SemanticKernel` updated from version `1.67.1` to `1.68.0` to include enhancements and new functionality. These updates aim to improve stability, performance, and compatibility of the project. --- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index cc9280f..cf04d77 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ - +