Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goenning/dotnet-outdated

Command line tool to check for outdated DotNet Core dependencies.
https://github.com/goenning/dotnet-outdated

Last synced: 2 months ago
JSON representation

Command line tool to check for outdated DotNet Core dependencies.

Awesome Lists containing this project

README

        

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:

```

```

### How To Use

```
dotnet outdated
```

### An example of what to expect

![](demo.png)

`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.