LINQtoCSV
LINQtoCSV copied to clipboard
.NET Core 2.0
Hi,
Are there any plans to update this library to Core 2.0?
Thanks
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?
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'.
Any news on this?
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.