From 3aa1cd01211b98e1d651ada79ebc4e5432d7c6e9 Mon Sep 17 00:00:00 2001 From: jmorris Date: Fri, 27 Feb 2026 11:13:14 -0800 Subject: [PATCH] Upgrade to .NET10 - Remove support for net6 as its EOL - Add net10 as a target framework --- .../Couchbase.Linq.IntegrationTests.csproj | 2 +- Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj | 2 +- Src/Couchbase.Linq/Couchbase.Linq.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj b/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj index a328c7e..bd1148a 100644 --- a/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj +++ b/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 true diff --git a/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj b/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj index 40103bf..b39bbb4 100644 --- a/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj +++ b/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 true diff --git a/Src/Couchbase.Linq/Couchbase.Linq.csproj b/Src/Couchbase.Linq/Couchbase.Linq.csproj index 83dc444..f447d01 100644 --- a/Src/Couchbase.Linq/Couchbase.Linq.csproj +++ b/Src/Couchbase.Linq/Couchbase.Linq.csproj @@ -12,7 +12,7 @@ https://github.com/couchbaselabs/Linq2Couchbase - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net10.0 Couchbase.Linq Couchbase.Linq true