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

@@ -11,4 +11,8 @@
<ProjectReference Include="..\..\Terminal.Gui\Terminal.Gui.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" />
</ItemGroup>
</Project>