Hi,
are these packages needed? They are producing ugly package lock with a lot of old dependencies with transient CVEs.
I can build the solution without them. Perhaps they can be removed them from .NET6+ target framework
    <PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
    <PackageReference Include="System.Diagnostics.Contracts" Version="4.3.0" /> 
Thanks!