From 39b0904a72269f4a86daf85533326222da5584e6 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Tue, 10 Feb 2026 21:30:56 +0100 Subject: [PATCH] Update test project SDK, add assessment, bump submodule - Switched MaddoShared.Tests.csproj to Microsoft.NET.Sdk, added explicit MSTest and test SDK package references, and upgraded Microsoft.Extensions.Logging.Abstractions to 10.0.2. - Added assessment.csv, assessment.json, and assessment.md with detailed .NET 10.0 compatibility analysis. - Updated MaddoLibrary submodule reference (now marked as dirty). --- MaddoShared.Tests/MaddoShared.Tests.csproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/MaddoShared.Tests/MaddoShared.Tests.csproj b/MaddoShared.Tests/MaddoShared.Tests.csproj index ffb84db..0b2620b 100644 --- a/MaddoShared.Tests/MaddoShared.Tests.csproj +++ b/MaddoShared.Tests/MaddoShared.Tests.csproj @@ -1,4 +1,4 @@ - + net10.0-windows @@ -8,10 +8,16 @@ true + + + + + + - +