Skip to content

Commit 3d71d37

Browse files
committed
Add PackageReference for FSharp.Control.AsyncSeq in project file
1 parent 466ced3 commit 3d71d37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FsToolkit.ErrorHandling.AsyncSeq/FsToolkit.ErrorHandling.AsyncSeq.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<ItemGroup>
1616
<ProjectReference Include="..\FsToolkit.ErrorHandling\FsToolkit.ErrorHandling.fsproj" />
1717
</ItemGroup>
18+
19+
<ItemGroup>
20+
<PackageReference Include="FSharp.Control.AsyncSeq" />
21+
</ItemGroup>
1822
</Project>

0 commit comments

Comments
 (0)