mperdeck / LINQtoCSV

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

Upgraded to .NET Core 2.0 / .NET Standard 2.0 #64

Open andrewdouglas opened 6 years ago

andrewdouglas commented 6 years ago

Upgraded to .NET Core 2.0 / .NET Standard 2.0. Swapped out MSTest with xUnit (all tests passing). Updated relative paths in TestConsoleApplication assembly to work with "dotnet run" command.

fals commented 6 years ago

Nice! Any chance to get this approved? We are moving a big part of our system to .NET Core and it's tightly coupled to this library :(