vnbaaij / Baaijte.Optimizely.ImageSharp.Web

Use SixLabors.ImageSharp.Web in Optimizely
Apache License 2.0
17 stars 15 forks source link

Remove redundant and conflicting Epi deps #24

Closed neorth closed 10 months ago

neorth commented 10 months ago

Pull Request

📖 Description

When only importing the Epi umbrella package (EPiServer.CMS) and not specific ones (like EPiServer.CMS.Core) in a consuming project you could be hit with the following error:

image

The reason is EPiServer.CMS has a dependency of those packages defined as ≥ 12.19.0 and dotnet restore will default to install the lowest possible version (https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#lowest-applicable-version).

This PR should fix this.

✅ Checklist

General

vnbaaij commented 9 months ago

Hi Joakim (@neorth),

I saw I never actually pakaged and uploaded a new version after merging your change. This is now done. V2.2.2 should be in the feed soon.