Update Elsa.Server.Hangfire.csproj

This commit is contained in:
Sipke Schoorstra 2021-04-02 13:08:33 +02:00
parent 881f0acb7a
commit 207bbdb60e

View file

@ -1,7 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\common.props"/>
<Import Project="..\..\..\configureawait.props"/>
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides Hangfire jobs that handle workflow dispatch.
</Description>
<PackageTags>elsa, workflows, hangfire</PackageTags>
</PropertyGroup>
<ItemGroup>