Elsa.WorkflowDesigner by Elsa Contributors

<PackageReference Include="Elsa.WorkflowDesigner" Version="1.0.1.149" />

 Elsa.WorkflowDesigner 1.0.1.149

Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application. This package provides a reusable WorkflowDesigner View Component. It is used by Elsa.Dashboard to display the workflow designer.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Elsa.WorkflowDesigner</id>
    <version>1.0.1.149</version>
    <authors>Elsa Contributors</authors>
    <owners>Elsa Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/elsa-workflows/elsa-core</projectUrl>
    <description>Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application.
            This package provides a reusable WorkflowDesigner View Component. It is used by Elsa.Dashboard to display the workflow designer.</description>
    <copyright>2019</copyright>
    <tags>elsa, workflows</tags>
    <repository type="GitHub" url="https://github.com/elsa-workflows/elsa-core" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Elsa.Core" version="1.0.1.149" exclude="Build,Analyzers" />
        <dependency id="Humanizer.Core" version="2.7.9" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Mvc" version="2.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>