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 <danielmarbach@users.noreply.github.com>
This commit is contained in:
Daniel Marbach
2025-06-27 18:11:59 +02:00
committed by GitHub
parent 497ddb3b3e
commit 43142dedc3
4 changed files with 13 additions and 13 deletions

View File

@@ -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")]