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
Is your feature request related to a problem? Please describe.
I want my dependencies to be bringing in only the bare minimum dependencies needed and to achieve this framework references should be used wherever possible
Describe the solution you'd like
A dotnet 6 or net standard 2.1? TFM should be added to the project. The additional TFM will enable the System.Memory Dependency to have a condition placed on thr reference so that it is only added when needed.