Browse Source

Bump FsUnit from 4.0.7 to 4.1.0

Bumps [FsUnit](https://github.com/fsprojects/FsUnit) from 4.0.7 to 4.1.0.
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FsUnit/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/881/head
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
7ccbdb982b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FSharp.Tests/FSharp.Tests.fsproj

2
src/FSharp.Tests/FSharp.Tests.fsproj

@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnitLite" Version="3.13.2" />
<PackageReference Include="FsUnit" Version="4.0.7" />
<PackageReference Include="FsUnit" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>

Loading…
Cancel
Save