Skip to content

Commit

Permalink
Bump FSharp.Core from 5.0.2 to 8.0.400
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 8.0.400.
- [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>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent ec0948c commit 6610e5c
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 @@ -22,6 +22,6 @@
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
</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 @@ -24,6 +24,6 @@
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
Removal triggers issues in dotnet publish, e.g. for Lambda projects
Also avoids Rider search finding stuff in FSharp.Core.xml
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>

0 comments on commit 6610e5c

Please sign in to comment.