-
Notifications
You must be signed in to change notification settings - Fork 594
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
Add net 6.0 so that conditional packages can be defined #1479
Comments
thompson-tomo
changed the title
Make S6syem.Memory dependency conditional
Make System.Memory dependency conditional
Jan 27, 2024
Feel free to open a PR to implement this. Otherwise, I will close it prior to the version 6.9.0 release, since this has not been requested before and does not seem to be a concern for most users of this library. |
thompson-tomo
added a commit
to thompson-tomo/rabbitmq-dotnet-client
that referenced
this issue
Jan 27, 2024
Have added net 6 as a TFM and implement conditional packages
6 tasks
thompson-tomo
changed the title
Make System.Memory dependency conditional
Add net 6.0 so that conditional packages can be defined
Jan 27, 2024
Thanks @lukebakken pr #1482 submitted. |
thompson-tomo
added a commit
to thompson-tomo/rabbitmq-dotnet-client
that referenced
this issue
Feb 13, 2024
Have added net 6 as a TFM and implement conditional packages
Please see the issue I see with your PR - #1482 (review) |
lukebakken
added a commit
that referenced
this issue
Mar 15, 2024
…#1482) * Have added net 6 as a TFM and implement conditional packages Revert NetworkOrderDeserializer Have ported some changes from V7 + Reviewed conditional compiles * Bump Erlang and RabbitMQ versions for CI --------- Co-authored-by: Luke Bakken <luke@bakken.io>
Fixed by #1482 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe alternatives you've considered
Accept additional dependencies
Additional context
This is for v6 release branch
The text was updated successfully, but these errors were encountered: