PackageUsage 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global PackageUsage --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local PackageUsage --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PackageUsage&version=1.2.0
nuke :add-package PackageUsage --version 1.2.0

package-usage

A dotnet global tool to inspect package versions across your projects.

Displays all packages used by your projects, grouped by package name, then lists all the different versions of each package.
Might help you notice version discrepancies, unnecessary references, outdated packages, or plan ahead for migration to central package management.

Sample output:

FluentAssertions
    5.10.3, Contoso.Services.A
     6.3.0, Contoso.Services.B
     6.5.1, Contoso.Services.C
     6.6.0, Contoso.Services.D
     6.7.0, Contoso.Services.E

MassTransit
     7.1.8, Contoso.Services.A
     8.0.1, Contoso.Services.B

Microsoft.AspNetCore.Hosting.Abstractions
    3.1.22, Contoso.Services.A
     6.0.6, Contoso.Services.B

Installation

dotnet tool install -g PackageUsage

Usage

Navigate to a directory with your solution, then

package-usage [--only-different]

or

package-usage MySolution.sln [--only-different]

Use the optional --only-different switch to view only packages with different versions across projects.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.2.1 342 11/9/2022
1.2.0 301 11/9/2022
1.1.0 315 10/24/2022
1.0.0 339 10/24/2022