Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down Expand Up @@ -52,6 +52,6 @@ This library brings C#'s concept of 'await foreach' to F#.</Description>

<ItemGroup>
<!-- maximal compatibility with minimal required FSharp.Core version for TaskSeq -->
<PackageReference Update="FSharp.Core" Version="6.0.2" />
<PackageReference Update="FSharp.Core" Version="6.0.1" />
</ItemGroup>
</Project>