We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dac987 commit 11b8e07Copy full SHA for 11b8e07
src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
@@ -13,6 +13,9 @@ Build on top of the success of `task` using statically compiled resumable state
13
<Copyright>Copyright 2022 Abel Braaksma</Copyright>
14
<PackageProjectUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</PackageProjectUrl>
15
<PackageIcon>taskseq-icon.png</PackageIcon>
16
+ <PackageOutputPath>..\..\packages</PackageOutputPath>
17
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
18
+ <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
19
</PropertyGroup>
20
21
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments