Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/goenning/dotnet-outdated
- Owner: goenning
- License: mit
- Created: 2016-07-31T22:29:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T17:38:05.000Z (over 6 years ago)
- Last Synced: 2024-10-10T05:37:32.536Z (3 months ago)
- Language: C#
- Size: 255 KB
- Stars: 46
- Watchers: 5
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.