Skip to content

Commit 383718e

Browse files
committed
Update the dep of TaskResult in SmokeTests to the newest version: 4.10.0
1 parent 21aa7a2 commit 383718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- our smoketests use the highest RTM (non-alpha) FSharp.Core, contrary to the base test project, which uses the lowest possible denominator -->
1919
<PackageReference Update="FSharp.Core" Version="7.0.401" />
2020
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.4.0-alpha.1" />
21-
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="3.2.0" />
21+
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="4.10.0" />
2222
<PackageReference Include="FsUnit.xUnit" Version="5.5.0" />
2323
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2424
<PackageReference Include="xunit" Version="2.5.3" />

0 commit comments

Comments
 (0)