JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.63k stars 1.05k forks source link

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

Open jchannon opened 5 months ago

jchannon commented 5 months ago

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

JoshClose commented 4 months ago

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

JoshClose commented 4 months ago

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

JoshClose commented 4 months ago

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

JoshClose commented 4 months ago

Try version 31.0.2.