Skip to content

Commit

Permalink
Bump Fsharp.Core from 6.0.6 to 7.0.200 (#6402)
Browse files Browse the repository at this point in the history
Bumps [Fsharp.Core](https://github.com/dotnet/fsharp) from 6.0.6 to 7.0.200.
- [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>
  • Loading branch information
dependabot[bot] committed Feb 24, 2023
1 parent 0bc2464 commit 4da2f29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="FsCheck.Xunit" Version="$(FsCheckVersion)" />
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
<PackageReference Include="Fsharp.Core" Version="6.0.6" />
<PackageReference Include="Fsharp.Core" Version="7.0.200" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
2 changes: 1 addition & 1 deletion src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="6.0.6" />
<PackageReference Include="FSharp.Core" Version="7.0.200" />
<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
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="FSharp.Quotations.Evaluator" Version="2.1.0"/>
<PackageReference Include="FsPickler" Version="5.3.2"/>
<PackageReference Include="FSharp.Core" Version="6.0.6"/>
<PackageReference Include="FSharp.Core" Version="7.0.200"/>
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Version="$(FsCheckVersion)" />
<PackageReference Include="Fsharp.Core" Version="6.0.6" />
<PackageReference Include="Fsharp.Core" Version="7.0.200" />
</ItemGroup>

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

0 comments on commit 4da2f29

Please sign in to comment.