paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNet 5 support

ltemimi opened this issue · comments

is Dotnet 5 supported?

Regards

Laz

I would also be very interested in support for this. Currently trying to run on .NET 5 I receive an error similar to this Could not load file or assembly 'System.Data.OleDb, Version=0.0.0.

I would also be very interested in support for this. Currently trying to run on .NET 5 I receive an error similar to this Could not load file or assembly 'System.Data.OleDb, Version=0.0.0.

@Aeroverra System.Data.OleDb for .NET Core is now available on NuGet.org, I just downloaded it and it fixed that issue