khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 158 forks source link

Update for .NET Core #17

Closed vcsjones closed 7 years ago

vcsjones commented 7 years ago
  1. This fixes the issue in PR #14 to target netstandard 1.3 since 1.2 was a mistake.
  2. It turns out it is possible to target net40. I missed what @onovotny did with the shim package for extension methods.