hexawyz / NetUnicodeInfo

Unicode Character Inspector & Library providing a subset of the Unicode data for .NET clients.
https://www.nuget.org/packages/UnicodeInformation/
MIT License
59 stars 11 forks source link

Multi-target .NET Standard 1.1 and .NET Standard 2.0 #4

Closed milleniumbug closed 5 years ago

milleniumbug commented 6 years ago

Following .NET guidelines for open-source libraries:

DO include a netstandard2.0 target if you require a netstandard1.x target. All platforms supporting .NET Standard 2.0 will use the netstandard2.0 target and benefit from having a smaller package graph while older platforms will still work and fall back to using the netstandard1.x target.