Package Description
dotnet tool install -g libyear
dotnet libyear [args] [{csproj}|{dir}]
csproj files may be passedcsproj is found in a directory, subdirectories are searched-h, --help: display this help message
-q, --quiet: only show outdated packages
-u, --update: update project files after displaying packages
-l, --limit: exits with error code if total libyears behind is greater than this value
-p, --limit-project: exits with error code if any project is more libyears behind than this value
-a, --limit-any: exits with error code if any dependency is more libyears behind than this value