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

Package downgrade error when using with .NET Core 2.1 #7

Closed
modo-lv opened this issue Jul 19, 2018 · 2 comments
Closed

Package downgrade error when using with .NET Core 2.1 #7

modo-lv opened this issue Jul 19, 2018 · 2 comments
Assignees

Comments

@modo-lv
Copy link

modo-lv commented Jul 19, 2018

Installing the package into a .NET Core 2.1 project fails:

Installing BCrypt.Net-Core 1.4.0.
NU1605: Detected package downgrade: System.Runtime.Extensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version. 
 MoCat.Core -> BCrypt.Net-Core 1.4.0 -> NETStandard.Library 1.6.1 -> System.Runtime.Extensions (>= 4.3.0) 
 MoCat.Core -> BCrypt.Net-Core 1.4.0 -> System.Runtime.Extensions (>= 4.1.0)
Package restore failed. Rolling back package changes for 'MoCat.Core'.

Direct referencing workaround does work, but an update would make for a smoother install.

@neoKushan
Copy link
Owner

Good spot, I'll see if I can get this fixed in the next day or two.

@neoKushan neoKushan self-assigned this Jul 19, 2018
@neoKushan
Copy link
Owner

Sorry this took a bit longer to get around to than I anticipated, but I've uploaded v1.5.0 to Nuget which fixes this issue. Let me know if you have any issues with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants