jose-jwt icon indicating copy to clipboard operation
jose-jwt copied to clipboard

Remove legacy dependency `System.Security.Cryptography.Algorithms` for `netstandard2.1` target

Open OronDF343 opened this issue 1 year ago • 1 comments

The reference to System.Security.Cryptography.Algorithms should not be required for the netstandard2.1 target. In general, any System.* packages with version 4.3.x are meant for .NET Core 1.x based platforms only. I believe that this dependency can be safely removed, and will clean up the list of installed transient dependencies for modern platforms.

OronDF343 avatar Apr 19 '23 13:04 OronDF343

Hey @OronDF343 , thanks for note, i'll double check.

dvsekhvalnov avatar Apr 20 '23 11:04 dvsekhvalnov