-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to upgrade reactiveui-xaml and Splate nugets to latest version #1223
Comments
Try updating reactiveui-core in the last perhaps? |
I have downgraded reactiveui-core nuget to 2.3.2, then upgraded the other two libraries successfully. Now I am unable to upgrade the core library to the latest. Do they all not match up? The new error I am getting is Unable to resolve dependencies. 'reactiveui-core 7.0.0' is not compatible with 'reactiveui-blend 6.5.0 constraint: reactiveui-core (= 6.5.0)', 'reactiveui-platforms 6.5.0 constraint: reactiveui-core (= 6.5.0)'. Once I upgraded reactiveui-xaml, I now have a new package: reactiveui-platforms. Its description says it is depricated, so not sure why it got added. I am unable to remove it, because reactiveui-xaml 5.5.1 depends on it. And I am also unable to upgrade it to latest, getting the error: Unable to resolve dependencies. 'reactiveui-platforms 6.5.0' is not compatible with 'reactiveui-xaml 5.5.1 constraint: reactiveui-platforms (= 5.5.1)'. |
What platforms are you targeting and/or trying to install |
I had splat 2.0 already installed. I get following error while trying to install reactiveui-core |
ReactiveUI 7.X uses the older version of splat (<2). The newer release, 8.0.0 which is currently pre-release and available on MyGet bumps that up to Splat 2 though. |
Closing this one out; please start migrating to v8 |
In our project we use these 3 nuget packages:
Once I upgraded reactiveui-core to the latest version 7.0.0, I can no longer upgrade the remaining two to latest. I keep getting an error "Unable to find a version of 'Splat' that is compatible with 'reactiveui-core 7.0.0 constraint: Splat (>= 1.4.0 && < 2.0.0)'"
The text was updated successfully, but these errors were encountered: