-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove System.Memory dependency from net 6+ #1519
Comments
@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. |
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 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: