From a4ab1b62ed5e47ee2de3818d9a493398ca4d0764 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 11 Feb 2026 10:38:45 +0100 Subject: [PATCH] chore(deps): bump .NET SDK to 10.0.103 and update NuGet packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - global.json: SDK 10.0.102 → 10.0.103 - Devlead.Console: 2026.1.14.558 → 2026.2.11.575 - Cake.Bridge.DependencyInjection: 2026.1.14.460 → 2026.2.11.478 - Microsoft.Extensions.Http: 9.0.12 → 9.0.13 (net9.0), 10.0.2 → 10.0.3 (net10.0) --- global.json | 2 +- src/DPI/DPI.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 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/DPI/DPI.csproj b/src/DPI/DPI.csproj index 7a70aa0..0b7533f 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -11,14 +11,14 @@ - + - + - - + +