issues
search
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
#16
Closed
vcsjones
closed
7 years ago
vcsjones
commented
7 years ago
This fixes the issue in PR #14 to target netstandard 1.3 since 1.2 was a mistake.
It turns out it is possible to target
net40
. I missed what @onovotny did with the shim package for extension methods.
net40
. I missed what @onovotny did with the shim package for extension methods.