phatcher / CsvReader

Extended version of Sebastian Lorien's fast CSV Reader
MIT License
300 stars 102 forks source link

Does it support .NET Core 2.0 #48

Closed texiontech closed 6 years ago

texiontech commented 6 years ago

this library support dotnet core 2.0 or not ?

phatcher commented 6 years ago

Current code base does, though there are some issues with the build process that I'm trying to resolve

phatcher commented 6 years ago

@yotewach Code base now supports netstandard1.3 and netstandard2.0

murdockcrc commented 6 years ago

@phatcher : I guess the latest version available in the NuGet Gallery (3.9.1) does not support .netstd 2.0? Is there a plan to update the nuget package itself with the latest code?

phatcher commented 6 years ago

@murdockcrc Yes, I should get around to releasing a netstandard version this weekend

phatcher commented 6 years ago

@yotewach, @murdockcrc I've just released 4.0 which supports netstandard 1.3 and 2.0. Please file any problems as new issues