-
Notifications
You must be signed in to change notification settings - Fork 60
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
Get rid of Paket #171
Comments
@xperiandri why is there a need for separate group for each target runtime? AFAIU paket would just work with a single group and no framework restriction. |
Because if we allow
|
Otherwise, Paket sets |
@xperiandri I may not understand properly, but I doubt the maintainers of this repository have anything to do with the issue (unless the nuget package doesn't have the right dependencies for the targets you aim to have in your project). It feels more like an issue, if you want to use paket, to open on paket repository, to ask what would be the right approach. Otherwise, you can deal with nuget references manually and target framework conditionals. In my experience, paket makes it simpler and easier to check across a repository what is going on, but this is just my experience. |
I use central package management via Just 1 file, no tools, no learning curve, easy |
I think that @xperiandri doesn't really make himself clear here. The issue, obviously, is not with Paket, but with the allowed ranges. Currently, we have a However: there is currently no way (unless you force it), to use version 6.0 or higher with this package. Even the latest version, 5.0.5, explicitly disallows System.Reactive 6.0.0 or up. I doubt that has ever been the intent here. All we need is to change the deps such that there is no upperbound (unless for those frameworks where there is a maximum supported version). Currently, So, the simple solution (forget the discussion on Paket) is to increase, or remove, the upper bound on that dependency. |
Also, this wasn't always the case. For instance, the 4.5 version did not have an upper bound on EDIT, I missed that this was already fixed meanwhile here: #172. |
I spent more than hour trying to override
System.Reactive
package version fornet6.0
having:
dependencies
and
references
What is the benefin of using it is even simple things require tons of code?
The text was updated successfully, but these errors were encountered: