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

Cannot upgrade from 1.0.4.10 to 1.0.4.12 without upgrading to .net core 2.1 #192

Closed
bgiot opened this issue Aug 29, 2018 · 5 comments
Closed
Assignees
Labels

Comments

@bgiot
Copy link

bgiot commented Aug 29, 2018

Got the following error :
NU1605: Detected package downgrade: Microsoft.Extensions.Configuration.Json from 2.1.1 to 2.0.2.
The dependency on Microsoft.AspNetCore has been changed from >=2.0.0 to >=2.1.2.
Why this happens for a such WireMock.Net minor upgrade version ?

@StefH
Copy link
Collaborator

StefH commented Aug 29, 2018

The reason for this is that I was solving a bug related to net461 and OWIN.

But if it helps you, I can Microsoft.AspNetCore revert back to the most recent 2.0.x version, which would be 2.0.4 ?

@StefH StefH self-assigned this Aug 29, 2018
@StefH StefH added the bug label Aug 29, 2018
@bgiot
Copy link
Author

bgiot commented Aug 29, 2018

Can be an option. I'll try first to see if my own dependencies can be upgraded and still work on .net core 2.0. Maybe by design keep lowest working dependencies to avoid forcing upgrade unless necessary...

@StefH
Copy link
Collaborator

StefH commented Aug 29, 2018

Please keep me updated on your investigation.

It's not much work for me to downgrade and create a new NuGet.

Thanks for the advice about the dependencies, I know this rule, but sometimes I forget ;-)

@bgiot
Copy link
Author

bgiot commented Aug 29, 2018

Seems to be fine on my side. I succeeded to do the necessary upgrade without any big issues. Let's close this bug.

@bgiot bgiot closed this as completed Aug 29, 2018
@StefH
Copy link
Collaborator

StefH commented Aug 29, 2018

ok

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

No branches or pull requests

2 participants