NuGet did not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the ...
This is a continuation of the original dotnet-outdated tool created by Jerrie Pelser. If you already have the original dotnet-outdated tool installed you need to run dotnet tool uninstall --global ...