You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support for .NET Standard 2.0 should be transparent, that is, since it supports netstandard 1.0, it automatically supports netstandard 2.0. The additional dependencies you're seeing only apply when targeting netstandard 1.0, if your project is netstandard 2.0, no additional dependencies should be pulled in.
If more dependencies are being pulled in, can you show where that's happening?
Useful library, kindly migrate to Net Standard 2.0 to reduce the dependencies with the library
The text was updated successfully, but these errors were encountered: