-
-
Notifications
You must be signed in to change notification settings - Fork 813
The dependency Moq >= 4.7.8 could not be resolved #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
/cc @jeremymeng? |
@sakopov what is the version of Visual Studio or .NET Core tooling Could you please run
in a command line prompt in the directory where your I just ran
|
Ah, jee. The problem was with Nuget. I had some package sources which are only available via VPN. So nuget was searching for Moq over all of the package sources even though I had explicitly told it to use nuget.org. Once I disabled those sources, it was able to pull in Moq w/o issues. Sorry guys I will close this. |
Trying to add Moq to an empty .NET Core class library project (NetStandard 1.6)
Getting "The dependency Moq >= 4.7.8 could not be resolved" upon restore.
project.json
Any thoughts?
The text was updated successfully, but these errors were encountered: