From 4c0e0496b5f1542338ad85a3a5bbb35a0f02d19f Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 11 Feb 2026 09:06:11 +0100 Subject: [PATCH] Update .NET SDK and Microsoft DependencyInjection - Bump .NET SDK to 10.0.103 - Update Microsoft.Extensions.DependencyInjection to 9.0.13 (net9.0) and 10.0.3 (net10.0) --- global.json | 2 +- samples/Example.csproj | 2 +- .../Spectre.Console.Cli.Extensions.DependencyInjection.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 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/samples/Example.csproj b/samples/Example.csproj index 761c9a2..eb0118c 100644 --- a/samples/Example.csproj +++ b/samples/Example.csproj @@ -18,7 +18,7 @@ - + \ No newline at end of file diff --git a/src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj b/src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj index dfbe358..352f2d2 100644 --- a/src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj +++ b/src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj @@ -18,8 +18,8 @@ - - + +