From 54af0503fa8704182fbc5493ffccc3358db2e3d3 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 11 Feb 2026 09:23:37 +0100 Subject: [PATCH] Update .NET SDK and dependencies to latest versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - global.json: .NET SDK 10.0.102 → 10.0.103 - Microsoft.Net.Http.Headers: 8.0.23 → 8.0.24, 9.0.12 → 9.0.13, 10.0.2 → 10.0.3 - Microsoft.Extensions.Http: 9.0.12 → 9.0.13, 10.0.2 → 10.0.3 - Microsoft.Extensions.TimeProvider.Testing: 10.2.0 → 10.3.0 - Verify / Verify.NUnit: 31.12.3 → 31.12.4 --- global.json | 2 +- ...evlead.Testing.MockHttp.Dependencies.props | 24 +++++++++---------- src/Directory.Packages.props | 10 ++++---- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/global.json b/global.json index 467ba71..0702d57 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "10.0.102" + "version": "10.0.103" } } \ 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 84da070..471b571 100644 --- a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props +++ b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props @@ -11,8 +11,8 @@ - - + + @@ -25,11 +25,11 @@ - - + + - - + + @@ -39,13 +39,13 @@ - - + + - - + + - - + + \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index a503454..5880a75 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -5,12 +5,12 @@ - + - - - + + + @@ -18,7 +18,7 @@ - + \ No newline at end of file