mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Cannot upgrade from 1.0.4.10 to 1.0.4.12 without upgrading to .net core 2.1 #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bgiot on GitHub (Aug 29, 2018).
Originally assigned to: @StefH on GitHub.
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 commented on GitHub (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.AspNetCorerevert back to the most recent2.0.xversion, which would be2.0.4?@bgiot commented on GitHub (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 commented on GitHub (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 commented on GitHub (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.
@StefH commented on GitHub (Aug 29, 2018):
ok