Skip to content

Commit 06b3ecb

Browse files
committed
Remove the actual reference to FsToolkit.ErrorHandling.TaskResult from the TaskSeq.Test project
We want to remove the dependency in our tests on FsToolkit.ErrorHandling.TaskResult in PR #181 because it uses a high version of FSharp.Core. In other words, it disallows us to properly test TaskSeq with the lowest-denominator FSharp.Core it was compiled with, which we should do, to ensure stability in the widest range of forward-and-backward compatibility. The SmokeTests library, on the other hand, uses the highest RTM release of FSharp.Core and we don't really care about other deps there.
1 parent 4d58c81 commit 06b3ecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<!-- align test project with minimal required version for TaskSeq -->
5555
<!-- we use 6.0.3 here and not 6.0.2 because TaskResult lib requires it-->
5656
<PackageReference Update="FSharp.Core" Version="6.0.3" />
57-
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="3.2.0" />
5857
<PackageReference Include="FsUnit.xUnit" Version="5.5.0" />
5958
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
6059
<PackageReference Include="xunit" Version="2.5.3" />

0 commit comments

Comments
 (0)