NuGet package families in CMS
Understand Optimizely NuGet package families. Learn how related packages are grouped, versioned, and updated together for CMS development.
Package families are groups of Optimizely NuGet packages that relate to each other and release together. They share the same version number and depend strictly on other packages within the same family. For example, the EPiServer.CMS.AspNetCore.HtmlHelpers package and the EPiServer.CMS.Core package are part of the same family, and they depend directly and indirectly on the EPiServer.Framework package.
When Optimizely releases a package family version, release notes and bug fixes are documented with the family name, not individual packages. The feature or fix you need could be in any package in the family, so update them together. Typically, updating one or two top-level dependencies, such as the EPiServer.CMS package, is enough because the rest resolve automatically. If you encounter dependency conflicts, see Resolve NuGet dependency conflicts.
Note
- CMS 13 no longer depends on
Castle.Windsor. Applications should use the ASP.NET Core dependency injection container.- The
EPiServer.Cms.HealthCheckpackage was removed. SQL health checks are now provided through theEPiServer.Datapackage.- See also: Resolve NuGet dependency conflicts.
The following sections show package families as they are named in the release notes and bug list, with the packages that belong to each family.
EPiServer.CMS.Core
These packages are for Optimizely Content Management System (CMS). The EPiServer.CMS.Core package acts as an umbrella package and depends on the individual CMS assembly packages listed below.
EPiServer.CMS.AspNetCoreEPiServer.CMS.AspNetCore.HtmlHelpersEPiServer.CMS.AspNetCore.MvcEPiServer.CMS.AspNetCore.RoutingEPiServer.CMS.AspNetCore.TagHelpersEPiServer.CMS.AspNetCore.TemplatingEPiServer.CMS.CoreEPiServer.FrameworkEPiServer.Framework.AspNetCoreEPiServer.Hosting
EPiServer.CMS.UI
These packages are for Optimizely Content Management System (CMS).
EPiServer.CMS.UIEPiServer.CMS.UI.AdminEPiServer.CMS.UI.AspNetIdentityEPiServer.CMS.UI.CoreEPiServer.CMS.UI.SettingsEPiServer.CMS.UI.SourcesEPiServer.CMS.UI.VisitorGroupsEPiServer.CMS.UI.ContentManager
Optimizely.Graph.Cms
These packages are for integration with Optimizely Graph.
Optimizely.Graph.CmsOptimizely.Graph.CoreOptimizely.Graph.QueryOptimizely.Graph.AspNetCore
Note
EPiServer.Findpackages are not compatible with CMS 13. Use Optimizely Graph or other supported search solutions when building CMS 13 applications.
Optimizely.CMS
These packages are for Optimizely CMS management API.
Optimizely.Cms.Contracts.V1Optimizely.Cms.Service.V1Optimizely.Cms.Service.V1.AuthenticationOptimizely.Cms.Service.V1.Authentication.ConfigurationOptimizely.Cms.Service.V1.ContentOptimizely.Cms.Service.V1.CoreOptimizely.Cms.Service.V1.PackagingOptimizely.Cms.Service.V1.SecurityOptimizely.Cms.Service.V1.WebhooksOptimizely.Cms.Webhooks.V1Optimizely.Cms.Webhooks.V1.EventProcessors
EPiServer.Commerce
These packages are for Optimizely Commerce Connect.
EPiServer.CommerceEPiServer.Commerce.CoreEPiServer.Commerce.UIEPiServer.Commerce.UI.AdminEPiServer.Commerce.UI.CustomerServiceEPiServer.Personaliztion.Commerce
(This is listed underEPiServer.Commercerelease but follows a separate major version cadence.)EPiServer.Tracking.Commerce
(This is listed underEPiServer.Commercerelease but follows a separate major version cadence.)
EPiServer.ContentDeliveryApi and EPiServer.ContentManagementApi
These packages are for the Optimizely Content Management System (CMS) application programming interface (API).
NoteThe
EPiServer.ContentDeliveryApiandEPiServer.ContentManagementApipackages are compatible with CMS 13 and maintain feature parity with CMS 12. They do not support CMS 13 features.
EPiServer.ContentDeliveryApi.CmsEPiServer.ContentDeliveryApi.CommerceEPiServer.ContentDeliveryApi.CoreEPiServer.ContentDeliveryApi.FormsEPiServer.ContentDeliveryApi.SearchEPiServer.ContentDeliveryApi.Search.CommerceEPiServer.ContentManagementApi
Updated 20 days ago
