spectre.console
spectre.console copied to clipboard
Remove System.Memory dependency from net 6+
Is your feature request related to a problem? Please describe. I want to minimise dependencies in my project by utilising framework dependencies wherever possible
Describe the solution you'd like I want the package to not have an explicit dependency on System.Memory on net 6+.
Describe alternatives you've considered Accept the additional dependency
Additional context n/
Please upvote :+1: this issue if you are interested in it.
@thompson-tomo Spectre.Console does not have a dependency on System.Memory on net6.0. It has a conditional dependency on that package for netstandard2.0.
Ahh, I had not checked the preview packages and only looked at the release versions.
Hmm, we might actually need to investigate this. Seems like packaging doesn't respect the target framework condition for some reason: https://www.nuget.org/packages/Spectre.Console/
Closing this as it is now not being included.