From 26c38f0961964d82681fe17a71c69682d334282d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 22 Nov 2025 07:23:51 -0600 Subject: [PATCH] chore: upgrade test project to .NET 10 and deps too --- test/Blog.Tests/Blog.Tests.csproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/Blog.Tests/Blog.Tests.csproj b/test/Blog.Tests/Blog.Tests.csproj index 1c37bed..8fe925d 100644 --- a/test/Blog.Tests/Blog.Tests.csproj +++ b/test/Blog.Tests/Blog.Tests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable @@ -10,19 +10,19 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + + + - - - + + +