Using the dotnet cli how can you list the available package versions for a specific package?
dotnet nuget add source command - . The dotnet nuget add source command adds a new package source to your NuGet configuration files.
The . NET command-line interface (CLI) is a cross-platform toolchain for developing, building, running, and publishing . NET applications.
You can see both the SDK versions and runtime versions with the command dotnet --info .
It's possible with "dotnet-search" a dotnet tool.
https://github.com/billpratt/dotnet-search
dotnet tool install --global dotnet-search
dotnet search <package-name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With