Skip to content

Commit 89ff8e9

Browse files
committed
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.
1 parent b0fe3cb commit 89ff8e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Blazor.Bootstrap" Version="3.5.0" />
1212
<PackageReference Include="DocumentFormat.OpenXml" Version="3.3.0" />
1313
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
14-
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.0" />
14+
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
1515
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0" />
1616
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0">
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.ML.Tokenizers" Version="2.0.0" />
2424
<PackageReference Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="2.0.0" />
2525
<PackageReference Include="Microsoft.ML.Tokenizers.Data.O200kBase" Version="2.0.0" />
26-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.67.1" />
26+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.68.0" />
2727
<PackageReference Include="MimeMapping" Version="3.1.0" />
2828
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.7" />
2929
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />

0 commit comments

Comments
 (0)