dotnet-retire
2.0.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-retire --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A tool to check dependencies for versions with known vulnerabilities.
Product | Versions 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,329 | 11/26/2020 | |
4.0.1 | 60,596 | 1/31/2020 | |
3.1.0 | 2,375 | 11/2/2019 | |
3.0.0 | 664 | 11/1/2019 | |
2.4.1 | 762 | 10/31/2019 | |
2.4.0 | 671 | 10/31/2019 | |
2.3.3 | 4,138 | 6/13/2019 | |
2.3.2 | 3,457 | 9/11/2018 | |
2.3.1 | 1,007 | 9/8/2018 | |
2.1.1 | 992 | 8/22/2018 | |
2.1.0 | 1,484 | 8/18/2018 | |
2.0.0 | 973 | 8/18/2018 | |
1.0.4 | 30,968 | 6/8/2017 | |
1.0.3 | 1,239 | 6/8/2017 | |
1.0.3-beta007 | 855 | 5/31/2017 | |
1.0.2 | 29,263 | 5/19/2017 | |
1.0.1 | 4,033 | 5/16/2017 | |
1.0.0 | 11,382 | 5/15/2017 | |
1.0.0-beta002 | 897 | 5/15/2017 | |
1.0.0-beta001 | 894 | 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