Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.85 KB

File metadata and controls

26 lines (22 loc) · 1.85 KB

OnTopic Editor Metapackage

The OnTopic.Editor.AspNetCore.All metapackage includes a reference to both the core OnTopic Editor as well as all standard attribute type plugins. It is recommended that implementers reference this package instead of referencing each of the OnTopic Editor packages individually, unless they have a specific need to customize e.g. which attribute plugins are referenced.

OnTopic.Editor.AspNetCore.All package in Internal feed in Azure Artifacts Build Status NuGet Deployment Status

Contents

Scope

The OnTopic.Editor.AspNetCore.All metapackage maintains a reference to the following packages:

Installation

Installation can be performed by providing a <PackageReference /> to the OnTopic.Editor.AspNetCore.All NuGet package.

<Project Sdk="Microsoft.NET.Sdk.Web">
  …
  <ItemGroup>
    <PackageReference Include="OnTopic.Editor.AspNetCore.All" Version="5.0.0" />
  </ItemGroup>
</Project>