bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
384 stars 134 forks source link

Microsoft.Extensions.Logging could not be resolved #3

Closed fiLLLip closed 9 years ago

fiLLLip commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Thanks, man! Worked like a charm :+1: