auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 49 forks source link

Remove System.Text.Json and System.Text.RegularExpressions #264

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Both dependencies are not used explicitly and were added a while ago to fix a snyk vulnerability. As those pinned versions are no longer supported, we removing them and relying on the versions used by our direct dependencies that need them.

Checklist