Skip to content

Commit

Permalink
Merge pull request fsprojects#935 from Thorium/fsharp-update
Browse files Browse the repository at this point in the history
Update FSharp.Core and FSharp.Compiler.Service dependencies
  • Loading branch information
nojaf authored Aug 6, 2024
2 parents 2efb355 + fbe8df0 commit 31e0a51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
<PackageVersion Include="FSharp.Core" Version="[8.0.100]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.100]" />
<PackageVersion Include="FSharp.Core" Version="[8.0.301]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.301]" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="Microsoft.Build" Version="" PrivateAssets="all" />
<PackageVersion Include="Microsoft.Build.Framework" Version="" PrivateAssets="all" />
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 21.0.0-beta-003 - 2024-08-06

### Changed
* Update FCS to 43.8.301. [#935](https://github.com/fsprojects/FSharp.Formatting/pull/935)

## 21.0.0-beta-002 - 2024-06-19

### Changed
Expand Down

0 comments on commit 31e0a51

Please sign in to comment.