mperdeck / LINQtoCSV

Popular, easy to use library to read and write CSV files.
197 stars 112 forks source link

.NET Core 2.0 #59

Open pebezo opened 7 years ago

pebezo commented 7 years ago

Hi,

Are there any plans to update this library to Core 2.0?

Thanks

nat42 commented 7 years ago

Nuget seems happy to add the current version of the package to an ASP.NET Core 2.0 project for me.

Did you find any issues?

jasoncavett commented 6 years ago

I just ran into this as well, although for .NET Core 1.1.

dotnet add package LinqToCsv

returned

error: Package LINQtoCSV 1.5.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package LINQtoCSV 1.5.0 supports: net35 (.NETFramework,Version=v3.5)
error: Package 'LinqToCsv' is incompatible with 'all' frameworks in project 'C:\Projects\TestProject\TestProject.csproj'.
bbqchickenrobot commented 6 years ago

Any news on this?

mrwcjoughin commented 6 years ago

It is compatible with .net core 2.0 - so if you change your project to target that it will work. I would love to create a pull request to convert this to netstandard 2.0 (which is what it really needs to be to work across the whole .net "world" now) - hopefully time will open up in the future for me to do so.