Skip to content

Commit

Permalink
Bump FSharp.Core from 5.0.2 to 9.0.101
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 9.0.101.
- [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 Jan 18, 2025
1 parent f7a1de3 commit f092d87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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="9.0.101" 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="9.0.101" 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 @@ -47,6 +47,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="9.0.101" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Tests/Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<Compile Include="Misc.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FsUnit" Version="6.0.1" />
<PackageReference Include="FsUnit" Version="7.0.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageReference Include="FsUnit" Version="5.6.1" />
<PackageReference Include="FsUnit" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Suave" Version="2.6.2" />
Expand Down

0 comments on commit f092d87

Please sign in to comment.