LINQtoCSV icon indicating copy to clipboard operation
LINQtoCSV copied to clipboard

.NET Core 2.0

Open pebezo opened this issue 7 years ago • 4 comments

Hi,

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

Thanks

pebezo avatar Aug 19 '17 02:08 pebezo

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?

nat42 avatar Oct 10 '17 04:10 nat42

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'.

jasoncavett avatar Dec 07 '17 19:12 jasoncavett

Any news on this?

bbqchickenrobot avatar May 07 '18 21:05 bbqchickenrobot

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.

mrwcjoughin avatar Aug 18 '18 17:08 mrwcjoughin