Skip to content

Commit 772da43

Browse files
Bump FsToolkit.ErrorHandling.TaskResult from 3.2.0 to 4.0.0
Bumps [FsToolkit.ErrorHandling.TaskResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/demystifyfp/FsToolkit.ErrorHandling/releases) - [Changelog](https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/master/RELEASE_NOTES.md) - [Commits](demystifyfp/FsToolkit.ErrorHandling@3.2.0...4.0.0) --- updated-dependencies: - dependency-name: FsToolkit.ErrorHandling.TaskResult dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99fe960 commit 772da43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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" />
57+
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="4.0.0" />
5858
<PackageReference Include="FsUnit.xUnit" Version="5.1.0" />
5959
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
6060
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)