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

Dependency to legacy AsyncTargetingPack? #6

Open
avkonst opened this issue Aug 15, 2015 · 1 comment
Open

Dependency to legacy AsyncTargetingPack? #6

avkonst opened this issue Aug 15, 2015 · 1 comment

Comments

@avkonst
Copy link

avkonst commented Aug 15, 2015

Hi,

just a question. This topic http://stackoverflow.com/questions/17330472/what-is-the-diffrence-between-the-microsoft-compilerservices-asynctargetingpack tells that AsyncTargetingPack has been replaced by Microsoft.Bcl.Async. All other nuget packages I pulled depend on the second and only for .Net 4, as far as I understand. When I pull MemcachedSharp, I end up with conflicts between these 2 microsoft components. Do you have any advise how to address the issue correctly?

Regards,
Andrey

@bcuff
Copy link
Owner

bcuff commented Aug 15, 2015

Hmm... Looks like I should update the package to use Microsoft.Bcl.Async instead. I'll probably get around to that in a few days.

In the mean time

  • If you're on 4.5 you shouldn't need a reference to the AsyncTargetingPack assembly at all.
  • If you're on 4.0 you can always fork the source & compile it w/ the new package instead of the old one then reference your version until I get around to updating the package.

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