Skip to content

Commit

Permalink
Bump FSharp.Core from 4.7.0 to 4.7.1 (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 17, 2020
1 parent 523e15c commit 0017dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.7.0" />
<PackageReference Include="FSharp.Core" Version="4.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion src/core/Akka.FSharp/Akka.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="FSharp.Quotations.Evaluator" Version="1.1.3" />
<PackageReference Include="FsPickler" Version="5.3.2" />
<PackageReference Include="FSharp.Core" Version="4.7.0" />
<PackageReference Include="FSharp.Core" Version="4.7.1" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 0017dd2

Please sign in to comment.