StringEnum icon indicating copy to clipboard operation
StringEnum copied to clipboard

Pulls lot of dependencies for newer .net core versions

Open CaCTuCaTu4ECKuu opened this issue 1 year ago • 0 comments

When I eager to install it in my project with net7.0 target framework it tried to pull a bunch of dependencies image

This is simple and popular implementation so I actually got surprised. I didn't check but my guess is that nestandard1.0 target now is considered pretty old/obsolete, maybe adding multiple targets (like netstandard3.1 and net6.0) will fix that behaviour. This should be version agnostic and not require any dependency at all with any version of .net for sure

CaCTuCaTu4ECKuu avatar Nov 20 '24 18:11 CaCTuCaTu4ECKuu