Bump FSharp.Core from 5.0.1 to 6.0.1 (#177)

Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-03 02:44:47 +00:00 committed by GitHub
parent b9ceb93fe0
commit 41126632c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Update="FSharp.Core" Version="5.0.1" /> <PackageReference Update="FSharp.Core" Version="6.0.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>