From f5011bc44bbd56fdf17f1534fbbdf7ab420fc168 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 10 Sep 2025 16:05:10 +0200 Subject: [PATCH] Upgrade to .NET 10.0 and update NuGet dependencies Updated the project to target .NET 10.0, replacing the previous .NET 9.0 target framework. Upgraded several NuGet packages to their latest pre-release versions: - `Microsoft.AspNetCore.OpenApi` to `10.0.0-rc.1.25451.107` - `Microsoft.EntityFrameworkCore.SqlServer` to `10.0.0-rc.1.25451.107` - `Microsoft.EntityFrameworkCore.Tools` to `10.0.0-rc.1.25451.107` Retained `` and `` settings for `Microsoft.EntityFrameworkCore.Tools`. These changes ensure compatibility with the updated framework and leverage new features and improvements. --- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 5802c66..ecd9ad7 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable $(NoWarn);SKEXP0010;SKEXP0050 @@ -13,9 +13,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive