dotnet-retire 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-retire --version 2.0.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-retire --version 2.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-retire&version=2.0.0                
nuke :add-package dotnet-retire --version 2.0.0                

A tool to check dependencies for versions with known vulnerabilities.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
Version Downloads Last updated
5.0.0 34,425 11/26/2020 5.0.0 is deprecated because it is no longer maintained.
4.0.1 60,617 1/31/2020
3.1.0 2,385 11/2/2019
3.0.0 675 11/1/2019
2.4.1 773 10/31/2019
2.4.0 682 10/31/2019
2.3.3 4,150 6/13/2019
2.3.2 3,467 9/11/2018
2.3.1 1,008 9/8/2018
2.1.1 1,003 8/22/2018
2.1.0 1,494 8/18/2018
2.0.0 984 8/18/2018
1.0.4 31,036 6/8/2017
1.0.3 1,258 6/8/2017
1.0.3-beta007 866 5/31/2017
1.0.2 29,827 5/19/2017
1.0.1 4,043 5/16/2017
1.0.0 11,393 5/15/2017
1.0.0-beta002 914 5/15/2017
1.0.0-beta001 904 5/15/2017

* Makes feed URL configurable (cmd-line or appsettings.json i)
       * Upgrades target framework to netcoreapp2.1 (clients now need 2.1 SDK)
       * Convert to .NET Core Global Tool