A .NET Core global tool to alphabetically sort package references in your .NET Core and .NET Standard projects.
dotnet tool install --global dotnet-sort-refs
dotnet sort-refs [arguments] [options]
Arguments:
Path The path to a .csproj, .fsproj or directory. If a directory is specified, all .csproj and .fsproj files within folder tree will be processed. If none specified, it will use the current directory.
Options:
--version Show version information
-?|-h|--help Show help information