From 43142dedc37ec46cd2ffe0da22309eac75be3275 Mon Sep 17 00:00:00 2001 From: Daniel Marbach Date: Fri, 27 Jun 2025 18:11:59 +0200 Subject: [PATCH] Cleanup Dependencies slighty (#4178) * Source link should be private * Remove unnecessary System.Text.Json reference * Use logging abstractions * Use fixed logging version * Remove unnecessary analysis references --------- Co-authored-by: Daniel Marbach --- Directory.Packages.props | 4 ++-- Examples/UICatalog/Scenarios/Scrolling.cs | 5 +---- Terminal.Gui/Terminal.Gui.csproj | 13 ++++++------- .../TerminalGuiFluentTesting.csproj | 4 ++++ 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 974bb98f4..70480f111 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,9 +11,9 @@ - + + - diff --git a/Examples/UICatalog/Scenarios/Scrolling.cs b/Examples/UICatalog/Scenarios/Scrolling.cs index 14fa5b193..6b14d755b 100644 --- a/Examples/UICatalog/Scenarios/Scrolling.cs +++ b/Examples/UICatalog/Scenarios/Scrolling.cs @@ -1,7 +1,4 @@ -using System; -using Microsoft.CodeAnalysis.CSharp.Syntax; - -namespace UICatalog.Scenarios; +namespace UICatalog.Scenarios; [ScenarioMetadata ("Scrolling", "Content scrolling, IScrollBars, etc...")] [ScenarioCategory ("Controls")] diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 0646dce05..300e5a972 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -57,15 +57,14 @@ - - - - + - - - + + + + + diff --git a/Tests/TerminalGuiFluentTesting/TerminalGuiFluentTesting.csproj b/Tests/TerminalGuiFluentTesting/TerminalGuiFluentTesting.csproj index bf250a284..8b0676524 100644 --- a/Tests/TerminalGuiFluentTesting/TerminalGuiFluentTesting.csproj +++ b/Tests/TerminalGuiFluentTesting/TerminalGuiFluentTesting.csproj @@ -11,4 +11,8 @@ + + + + \ No newline at end of file