Skip to content

A .NET Core global tool to alphabetically sort package references in your .NET Core and .NET Standard projects.

License

Notifications You must be signed in to change notification settings

jchannon/dotnet-sort-refs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-sort-refs

Build status NuGet Version

A .NET Core global tool to alphabetically sort package references in your .NET Core and .NET Standard projects.

Installation

dotnet tool install --global dotnet-sort-refs

Usage

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

About

A .NET Core global tool to alphabetically sort package references in your .NET Core and .NET Standard projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.4%
  • XSLT 14.6%