JustGivingArchive / JustGiving.EventStore.Http

An ES .Net HTTP client, with some subscriber stuff too
Apache License 2.0
27 stars 12 forks source link

Nuget dependency resolution issues #9

Closed jameshulse closed 7 years ago

jameshulse commented 8 years ago

It seems that Nuget in Visual Studio 2015 is defaulting its dependency resolution behaviour to 'Lowest' which doesn't work when installing the SubscriberHost project.

To resolve this I had to manually install via the package manager console with:

Install-Package JustGiving.EventStore.Http.SubscriberHost -DependencyVersion Highest

It fails with an error saying the package does not contain assembly references for the version of .NET I am using - this seems to be because it is resolving to a very old version of the Client when there was no lib/net45 folder.