Replies: 1 comment 2 replies
-
|
This issue is already documented in #391 and set to be fixed in version 0.88.0 which, coincidently, I am working on at this very moment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's a problem with these strict version ranges for these packages, because if you have lots of other packages installed in a project that uses ZoomNet and are completely up-to-date and on .net 9 for example, some of those other packages will have something like Microsoft.Extensions.Logging >= 9.0.2 - which makes it impossible to upgrade this library to the latest version 0.87.0.
So my suggestion would be to bump those dependencies and then bump the major version of this library and do that each time there's a major version of the other dependencies - otherwise this library will quickly lose it's adoption among projects, if they cannot upgrade packages and are forced to downgrade instead.
I would also recommend to setting up dependabot to keep up with the dependency updates, that way it would automatically create a PR for those.
Let me know if you need any help.
References:
Beta Was this translation helpful? Give feedback.
All reactions