forked from mvSapphire/PowerPipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (16 loc) · 792 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
19 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<PackageIcon>logo.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>PowerPipe</Title>
<Authors>Maksym Vorchakov</Authors>
<Description>A library for .NET that uses a fluent interface to construct advanced workflows with ease</Description>
<PackageTags>pipeline, powerpipe, pipe, builder, chain, chain-of-responsibility, workflow, workflow-engine</PackageTags>
<RepositoryUrl>https://github.com/mvSapphire/PowerPipe</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)assets\logo.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>