Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core 2.0 #59

Open
pebezo opened this issue Aug 19, 2017 · 4 comments
Open

.NET Core 2.0 #59

pebezo opened this issue Aug 19, 2017 · 4 comments

Comments

@pebezo
Copy link

pebezo commented Aug 19, 2017

Hi,

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

Thanks

@nat42
Copy link

nat42 commented Oct 10, 2017

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
Copy link

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
Copy link

Any news on this?

@mrwcjoughin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants