Visual Studio 2019 - Nuget package restore failed

Recently I install the Visual Studio 2019 on my PC to work on a project that I'm developing at my internship but when I open the project on my PC, an error occurs at the nuget package manager console, the error is:

NuGet package restore failed. Please see Error List window for detailed warnings and errors.

NuGet package restore failure message

When I go to Error List, the errors shown are these:

Errors

Then I go to the dependencies NuGet and I see this:

NuGet Dependencies

Finally when I try to add a new Package the package manager console send this Message:

Install-Package messages

Remembering that the Visual Studio version that I use on my internship is also 2019.

I've tried to search the solution several times but nothing that was shown resulted. So I hope you can help me.

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like