From 6e5cd5414d94777ecd62e7897b9e8e7826389ab5 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Wed, 12 Aug 2026 03:45:26 +0000 Subject: [PATCH 1/2] chore(deps): update dependency dotnet-sdk to v10.0.400 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 2ef150c..baaa55c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.302" + "version": "10.0.400" } } \ No newline at end of file From 061d765f8e2feda4974e48ebd087ec016dcd8fbc Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Fri, 14 Aug 2026 16:29:37 +0200 Subject: [PATCH 2/2] 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. --- .../Devlead.Testing.MockHttp.Dependencies.props | 12 ++++-------- src/Directory.Packages.props | 12 ++++++------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props index 079a2b4..7419fee 100644 --- a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props +++ b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props @@ -1,29 +1,25 @@ - - - + - - - + + - - + \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index be59d5d..65451b5 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -6,13 +6,13 @@ - + - - - - + + + + @@ -21,4 +21,4 @@ - + \ No newline at end of file