shawnwildermuth / MetaWeblog

An ASP.NET Core Middleware Component for Implementing MetaWeblog API
Apache License 2.0
64 stars 26 forks source link

Why is 5.1 re-targeting >7.x Microsoft.Extensions versions (this is a breaking change) #17

Closed Shazwazza closed 1 year ago

Shazwazza commented 1 year ago

From version 5.0 to 5.1 there is a breaking change in the package since it changes all of the minimum required packages:

image

To:

image

There doesn't seem to be a requirement for those minimum version since I don't think there are specific new APIs being used? Is it possible to revert to have the previous minimum version requirements?

shawnwildermuth commented 1 year ago

Let me check out why. I don't remember making a change like that.

shawnwildermuth commented 1 year ago

I rolled back those updates, not sure why they were done. I have updated the nuget package to 5.1.1 with this fix.

Shazwazza commented 1 year ago

Fantastic, thanks @shawnwildermuth 😁