From d7125f3a980fc0df1586c2dfd7fd617f9ff08682 Mon Sep 17 00:00:00 2001 From: oca-agent <277152249+oca-agent@users.noreply.github.com> Date: Wed, 20 May 2026 23:03:29 -0400 Subject: [PATCH] chore(deps): update dependencies to latest versions Update package references in smoc.csproj and smoc.Tests.csproj to their latest versions. - Microsoft.Extensions.Logging to 10.0.8 - Microsoft.Extensions.Logging.Console to 10.0.8 - System.CommandLine to 2.0.8 - YouTubeMusicAPI to 3.0.8 - Terminal.Gui to 2.2.2 - Microsoft.Testing.Extensions.CodeCoverage to 18.7.0 --- smoc.Tests/smoc.Tests.csproj | 4 ++-- smoc/smoc.csproj | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/smoc.Tests/smoc.Tests.csproj b/smoc.Tests/smoc.Tests.csproj index 55b836c..09fdd70 100644 --- a/smoc.Tests/smoc.Tests.csproj +++ b/smoc.Tests/smoc.Tests.csproj @@ -20,12 +20,12 @@ - + - + diff --git a/smoc/smoc.csproj b/smoc/smoc.csproj index 8b9bc4a..6728d43 100644 --- a/smoc/smoc.csproj +++ b/smoc/smoc.csproj @@ -26,16 +26,16 @@ - - + + - - + + - +