Skip to content

Commit

Permalink
Bump FSharp.Core from 8.0.100 to 8.0.200
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 8.0.100 to 8.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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 9bd8b2c commit 3b6b6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
We require F# Core >= 5 due to string interpolation.
AND: We have this in all library projects; NOT in the test projects.
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
We require F# Core >= 5 due to string interpolation.
AND: We have this in all library projects; NOT in the test projects.
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
We require F# Core >= 5 due to string interpolation.
AND: We have this in all library projects; NOT in the test projects.
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
</ItemGroup>
</Project>

0 comments on commit 3b6b6c0

Please sign in to comment.