-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Description
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
Dependencies such as System.Memory should have a condition placed on their reference so that it is only added for frameworks which need it.
Describe alternatives you've considered
Accept additional dependencies
Additional context
Is for the v7 release branch
0xfeeddeadbeef