Skip to content

Commit 7f4edb4

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

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
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [Unreleased]
10+
11+
### Changed
12+
13+
- [FSharp.Compiler.Service update to 43.10.100-rc2.25502.107 for .NET 10 support]
14+
915
## [0.71.2] - 2025-06-01
1016

1117
### 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)