Skip to content

Commit 52e9477

Browse files
Copilotbaronfel
authored andcommitted
Update FSharp.Compiler.Service to 43.10.100-rc2.25502.107 for .NET 10 support
Co-authored-by: baronfel <[email protected]>
1 parent d0cdac1 commit 52e9477

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [Add support for F# analyzers in project evaluation](https://github.com/ionide/proj-info/pull/238) (thanks @TheAngryByrd)
1313

14+
## [Unreleased]
15+
16+
### Changed
17+
18+
- [FSharp.Compiler.Service update to 43.10.100-rc2.25502.107 for .NET 10 support]
19+
1420
## [0.71.2] - 2025-06-01
1521

1622
### Fixed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<FSharpCoreVersion>6.0.0</FSharpCoreVersion>
88
<!-- However for the FCS project, FSharpCoreCompilerVersion needs to match whats specified in
99
the FSharp.Compiler.Service dependency -->
10-
<FSharpCoreCompilerVersion>9.0.300</FSharpCoreCompilerVersion>
11-
<FSharpCompilerVersion>43.9.300</FSharpCompilerVersion>
10+
<FSharpCoreCompilerVersion>10.0.100-rc2.25502.107</FSharpCoreCompilerVersion>
11+
<FSharpCompilerVersion>43.10.100-rc2.25502.107</FSharpCompilerVersion>
1212
<ExpectoVersion>10.2.3</ExpectoVersion>
1313
<FakeVersion>6.1.3</FakeVersion>
1414
<NuGetAuditMode>direct</NuGetAuditMode>

0 commit comments

Comments
 (0)