A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Cloudplatform package might cause build warnings on .NET 7

Fixed in

EPiServer.CloudPlatform.Cms 1.4.0

(Or a related package)

Created

Sep 12, 2023

Updated

Oct 23, 2023

Area

CMS Core

State

Closed, Fixed and tested


Description

Installing the EPiServer.CloudPlatform.Cms package on a .NET 7 project displayed a warning because it depended on a version of EPiServer.Azure that does not support .NET 7. This package should instead depend on EPiServer.Azure 11.1.

warning NU1608: Detected package version outside of dependency constraint: EPiServer.Azure 11.0.1 requires Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0 && < 7.0.0) but version Microsoft.Extensions.Configuration.Abstractions 7.0.0 was resolved.

As a workaround, a direct reference to EPiServer.Azure 11.1.0 is added.