Unable to find version 'Y' of package 'X'. #12863
nikolaofkbm
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the
nuget.exe
in a linux pc and while it works for many packages I'm having the following issue with a couple of them.The idea is to download locally a NuGet package into as specific directory.
While the search command is working (returns the package)
If I try to download it I'm getting the following error:
I also tried to clean all caches using
dotnet nuget locals --clear all
without any success.By adding more verbosity to the install command, I'm getting:
Beta Was this translation helpful? Give feedback.
All reactions