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

DynamicData should be updated to support System.Reactive >= 4.0.0 #124

Closed
glennawatson opened this issue Jun 11, 2018 · 4 comments
Closed
Labels

Comments

@glennawatson
Copy link
Member

Might need System.Reactive.Compatibility package, otherwise should just be System.Reactive package now due to the auto-resolve feature set.

@glennawatson
Copy link
Member Author

This is due to me getting warning NU1608: Detected package version outside of dependency constraint: DynamicData 6.3.1.2409 requires System.Reactive (>= 3.1.1 && < 4.0.0) but version System.Reactive 4.0.0 was resolved.

@RolandPheasant
Copy link
Collaborator

Maybe it is just a case of removing the max version constraint in the csproj file

@glennawatson
Copy link
Member Author

Yeah I think so.

@glennawatson
Copy link
Member Author

This is resolve with 6.4.

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

No branches or pull requests

2 participants