Skip to content

Commit

Permalink
Bump FSharp.Core from 4.7.1 to 4.7.2 (#8)
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/master/Language-Version-History.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed May 29, 2020
1 parent 3f7ae1f commit 1eef9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Luhny/Luhny.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.1" />
<PackageReference Update="FSharp.Core" Version="4.7.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Luhny.Test/Luhny.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.1" />
<PackageReference Update="FSharp.Core" Version="4.7.2" />
</ItemGroup>

</Project>

0 comments on commit 1eef9dd

Please sign in to comment.