error NU1101: Unable to find package {name}. No packages exist with this id in source(s): nuget.org

Frequent Visitor

Hi,

I have a .net core 3.1 web api and I want to create an image out of it.
Earlier this web api were referencing a class library project and Nuget restore works and create an Image.
Now referenced class library changed to a private Nuget Package and Nuget restore can not find it.
I select the private nuget source but still getting error
error NU1101: Unable to find package {name}. No packages exist with this id in source(s): nuget.org
(Attachment)

Picture4.png



0 Replies