Skip to content

Commit

Permalink
Bump FSharp.Compiler.Service and FSharp.Core
Browse files Browse the repository at this point in the history
Bumps [FSharp.Compiler.Service](https://github.com/dotnet/fsharp) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together.

Updates `FSharp.Compiler.Service` from 43.8.401 to 43.9.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)

Updates `FSharp.Core` from 8.0.401 to 9.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.Compiler.Service
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 Nov 12, 2024
1 parent 1f79cbb commit b91fbe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FeshHosting.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" PrivateAssets="all" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="FSharp.Compiler.Service" Version="43.8.401" />
<PackageReference Include="FSharp.Compiler.Service" Version="43.9.100" />
<!-- normally don't include FSharp.Core in a library, but Update to latest version is needed for latest FSharp.Compiler.Service-->
<PackageReference Update="FSharp.Core" Version="8.0.401" />
<PackageReference Update="FSharp.Core" Version="9.0.100" />

<PackageReference Include="Fittings" Version="0.8.8" />
<PackageReference Include="AvalonLog" Version="0.16.0" />
Expand Down
4 changes: 2 additions & 2 deletions FeshStandalone.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" PrivateAssets="all" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="FSharp.Compiler.Service" Version="43.8.401" />
<PackageReference Update="FSharp.Core" Version="8.0.401" GeneratePathProperty="true"/>
<PackageReference Include="FSharp.Compiler.Service" Version="43.9.100" />
<PackageReference Update="FSharp.Core" Version="9.0.100" GeneratePathProperty="true"/>

<PackageReference Include="Fittings" Version="0.8.8" />
<PackageReference Include="AvalonLog" Version="0.16.0" />
Expand Down

0 comments on commit b91fbe8

Please sign in to comment.