Skip to content

Commit

Permalink
Bump FsUnit.xUnit from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [FsUnit.xUnit](https://github.com/fsprojects/FsUnit) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FsUnit@5.2.0...5.3.0)

---
updated-dependencies:
- dependency-name: FsUnit.xUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and abelbraaksma committed Jun 2, 2023
1 parent f68ae2c commit b099f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.3.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.2.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- we use 6.0.3 here and not 6.0.2 because TaskResult lib requires it-->
<PackageReference Update="FSharp.Core" Version="6.0.3" />
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="3.2.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.2.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down

0 comments on commit b099f3a

Please sign in to comment.