CsvHelper icon indicating copy to clipboard operation
CsvHelper copied to clipboard

Microsoft.Bcl.AsyncInterfaces dependency error on System.Threading.Tasks.Extensions

Open jchannon opened this issue 1 year ago • 4 comments

Describe the bug I'm trying to install CsvHelper on a .NET 4.6.2 project but I get an error saying Microsoft.Bcl.AsyncInterfaces already has a dependency defined for System.Threading.Tasks.Extensions

To Reproduce Install latest CSVHelper on a .NET 4.6.2 project

Expected behavior It installs CSVHelper

jchannon avatar Feb 10 '24 16:02 jchannon

I removed this dependency and it builds fine. It'll be gone in the next release.

JoshClose avatar Feb 29 '24 17:02 JoshClose

There are some issues with this and System.Linq.Async. I need to figure some things out here.

JoshClose avatar Feb 29 '24 18:02 JoshClose

System.Threading.Tasks.Extensions was able to be removed. We'll see if this fixes your issue.

JoshClose avatar Feb 29 '24 20:02 JoshClose

Try version 31.0.2.

JoshClose avatar Feb 29 '24 21:02 JoshClose