Skip to content

Commit

Permalink
Bump FSharp.Core from 6.0.1 to 8.0.100
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 6.0.1 to 8.0.100.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent d5b270c commit 57d61a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<!-- our smoketests use the highest RTM (non-alpha) FSharp.Core, contrary to the base test project, which uses the lowest possible denominator -->
<PackageReference Update="FSharp.Core" Version="7.0.401" />
<PackageReference Update="FSharp.Core" Version="8.0.100" />
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.4.0-alpha.1" />
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="4.10.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<ItemGroup>
<!-- align test project with minimal required version for TaskSeq, which is 6.0.1 at the moment -->
<PackageReference Update="FSharp.Core" Version="6.0.1" />
<PackageReference Update="FSharp.Core" Version="8.0.100" />
<PackageReference Include="FsUnit.xUnit" Version="5.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Generates optimized IL code through resumable state machines, and comes with a c

<ItemGroup>
<!-- maximal compatibility with minimal required FSharp.Core version for TaskSeq -->
<PackageReference Update="FSharp.Core" Version="6.0.1" />
<PackageReference Update="FSharp.Core" Version="8.0.100" />
</ItemGroup>
</Project>

0 comments on commit 57d61a4

Please sign in to comment.