Skip to content
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

Microsoft.Extensions.Logging could not be resolved #3

Closed
fiLLLip opened this issue Oct 19, 2015 · 2 comments
Closed

Microsoft.Extensions.Logging could not be resolved #3

fiLLLip opened this issue Oct 19, 2015 · 2 comments

Comments

@fiLLLip
Copy link
Contributor

fiLLLip commented Oct 19, 2015

Hi, I am trying to include RethinkDb.Driver in a CoreCLR 1.0.0-beta8 build, but an dependency could not be resolved, namely the "Microsoft.Extensions.Logging". See screenshot.
dep not resolved

@bchavez
Copy link
Owner

bchavez commented Oct 19, 2015

Hey there, I think you need the NuGet feed for vnext. AFAIK, Microsoft.Extensions.Logging isn't available in the main nuget feed.

Here's the one we're pulling:
dnu restore --fallbacksource https://www.myget.org/F/aspnetvnext/api/v2/

If you visit https://github.com/aspnet/Logging , the badges for the main nuget feed are inaccessible. Let me know how it goes!

Thanks,
Brian

@fiLLLip
Copy link
Contributor Author

fiLLLip commented Oct 19, 2015

Thanks, man! Worked like a charm 👍

@fiLLLip fiLLLip closed this as completed Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants