Skip to content
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

Closed
dasha-finch opened this issue Jan 9, 2017 · 6 comments
Closed
Labels

Comments

@dasha-finch
Copy link

In our project we use these 3 nuget packages:

  • reactiveui-core (7.0.0)
  • reactiveui-xaml (2.3.2)
  • Splat (1.6.2)

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)'"

@humzakhan
Copy link

Try updating reactiveui-core in the last perhaps?

@dasha-finch
Copy link
Author

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)'.

@ghuntley
Copy link
Member

ghuntley commented Jan 9, 2017

What platforms are you targeting and/or trying to install reactiveui-xaml into? If it is a PCL what profile number?

@Im-PJ
Copy link

Im-PJ commented Aug 27, 2017

I had splat 2.0 already installed. I get following error while trying to install reactiveui-core
'Splat 2.0.0' is not compatible with 'reactiveui-core 7.4.0 constraint: Splat (>= 1.4.0 && < 2.0.0)
does this mean latest version of reactiveui-core doesn't support splat 2.0?
why can't dependency of reactiveui-core be Splat (>= 1.4.0 && <= 2.0.0)

@olevett
Copy link
Member

olevett commented Aug 28, 2017

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.

@ghuntley
Copy link
Member

Closing this one out; please start migrating to v8

@lock lock bot added the outdated label Jun 25, 2019
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants