Skip to content

Command line tool to check for outdated DotNet Core dependencies.

License

Notifications You must be signed in to change notification settings

goenning/dotnet-outdated

Repository files navigation

dotnet-outdated

dotnet-outdated is a tool to check for outdated .NET Core dependencies.

How To Install

Add DotNetOutdated as DotNetCliToolReference to your .csproj file:

<DotNetCliToolReference Include="DotNetOutdated" Version="x.x.x" />

How To Use

dotnet outdated

An example of what to expect

Yellow is for non-major version available to update. It's generally safe to update so you should do it.

Red is for new MAJOR update which may possible break something in your code. You should read the docs before updating.

About

Command line tool to check for outdated DotNet Core dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages