khalidabuhakmeh / ConsoleTables

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

Don't depend on netstandard libs for net40. #20

Closed vcsjones closed 7 years ago

vcsjones commented 7 years ago

This fixes a small issue with the nuget packaging. As it was, the net40 target TFM lists the NetStandard libraries as a dependency. This fixes that.