From 190b75ad23459ced9fe6c79aa88f895a9495720d Mon Sep 17 00:00:00 2001 From: Pierre Chalamet Date: Sun, 21 Jun 2026 20:20:52 +0200 Subject: [PATCH] chore: move test harness to .NET 10 --- CHANGELOG.md | 2 ++ tests/CSharpDataModels/CSharpDataModels.csproj | 2 +- .../FSharp.MongoDB.Bson.Tests.fsproj | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78da1f..3b2d8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to FSharp.MongoDB are documented in this file. ## [Unreleased] +- Updated the test harness projects to target .NET 10 so local and CI test execution stays aligned with the repository SDK baseline. + ## [0.5.0-beta] diff --git a/tests/CSharpDataModels/CSharpDataModels.csproj b/tests/CSharpDataModels/CSharpDataModels.csproj index b233f25..d191cb5 100644 --- a/tests/CSharpDataModels/CSharpDataModels.csproj +++ b/tests/CSharpDataModels/CSharpDataModels.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable false diff --git a/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj b/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj index dace268..0b0d431 100644 --- a/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj +++ b/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable true trx @@ -33,4 +33,4 @@ - \ No newline at end of file +