NightOwl888 / ICU4N

International Components for Unicode for .NET
Apache License 2.0
27 stars 7 forks source link

Removed .NET Standard 1.x and .NET Core 1.x build features (Fixes #72) #74

Closed NightOwl888 closed 1 month ago

NightOwl888 commented 1 month ago

Fixes #72

This removes the build features associated with .NET Standard 1.x and .NET Core 1.x.

The other features defined in that section were also defined for .NET 4.5+, so they still remain in the project.

FEATURE_TYPE_GETCUSTOMATTRIBUTE_GENERIC was added to accommodate the faster generic Type.GetCustomAttribute<T>() method on supported platforms.