forked from rspeele/TaskBuilder.fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskBuilder.fs.fsproj
More file actions
19 lines (19 loc) · 892 Bytes
/
TaskBuilder.fs.fsproj
File metadata and controls
19 lines (19 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<PackageVersion>1.1.0</PackageVersion>
<PackageId>TaskBuilder.fs</PackageId>
<Title>TaskBuilder.fs</Title>
<Authors>humbobst;ForNeVeR</Authors>
<Description>F# computation expression builder for System.Threading.Tasks</Description>
<PackageLicenseUrl>https://github.com/rspeele/TaskBuilder.fs/blob/7e11e86a05ce2c10d37ce25f23b06c3fdceae8e5/COPYING</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/rspeele/TaskBuilder.fs</PackageProjectUrl>
<PackageTags>FSharp; Task</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<RepositoryUrl>https://github.com/rspeele/TaskBuilder.fs.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<Compile Include="TaskBuilder.fs" />
</ItemGroup>
</Project>