From b7efb19c3d276b1b5aca0ed2b3037894c31113ce Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Fri, 15 May 2026 16:04:55 +0200 Subject: [PATCH] chore(deps): align packaged dependencies and bump test packages - Devlead.Testing.MockHttp.Dependencies.props: align PackageFile versions with PackageReference overrides for net8 (Microsoft.Net.Http.Headers 8.0.27) and net9 (Microsoft.Extensions.Http / Microsoft.Net.Http.Headers 9.0.16). - net10: bump Microsoft.Extensions.Http and Microsoft.Net.Http.Headers to 10.0.8; bump Microsoft.Extensions.TimeProvider.Testing to 10.6.0. - Directory.Packages.props: bump Verify and Verify.NUnit to 31.16.3; bump Microsoft.Extensions.Http and Microsoft.Net.Http.Headers to 10.0.8; set Microsoft.Extensions.TimeProvider.Testing to 10.0.8; bump NUnit to 4.6.0. --- ...iceTests.GetUnauthorizedSecret.verified.txt | 2 +- ...Devlead.Testing.MockHttp.Dependencies.props | 18 +++++++++--------- src/Directory.Packages.props | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt b/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt index 24bf5aa..1288fa3 100644 --- a/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt +++ b/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt @@ -9,5 +9,5 @@ at Devlead.Testing.MockHttp.Tests.Services.MyService.GetSecret() at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) -at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args) +at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, Func`1 asyncCode, String message, Object[] args) } \ No newline at end of file diff --git a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props index f9173d0..c87ee93 100644 --- a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props +++ b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props @@ -12,7 +12,7 @@ - + @@ -26,10 +26,10 @@ - + - + @@ -39,13 +39,13 @@ - - + + - - + + - - + + \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 8dc5503..419a653 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -5,19 +5,19 @@ - + - - - + + + - + - + \ No newline at end of file