Skip to content

Commit 10adeec

Browse files
.NET 10 P6 - FSharp (#9946)
* Update fsharp preview6 release notes with manual changes. * udpate for release
1 parent 1bc5e97 commit 10adeec

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
11
# F# updates in .NET 10 Preview 6 - Release Notes
22

3-
Here's a summary of what's new in F# in this preview release:
4-
5-
- [F# Language](#f-language)
6-
- [FSharp.Core standard library](#fsharpcore-standard-library)
7-
- [FSharp.Compiler.Service](#fsharpcompilerservice)
8-
9-
> Note: Release notes for F# are generated for all contributions to the [dotnet/fsharp](https://github.com/dotnet/fsharp) repository and split across language, library and compiler changes.
10-
11-
## F# Language
12-
13-
[Release notes for new F# language features](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) list language changes that have to be enabled by `<LangVersion>preview</LangVersion>` project property in `.fsproj` project file. They will become the default with .NET 10 release.
14-
15-
## FSharp.Core Standard Library
16-
17-
[Changes to the FSharp.Core standard library](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html) are applied automatically to projects compiled with new SDK, unless they pin down a lower FSharp.Core version.
18-
19-
## FSharp.Compiler.Service
20-
21-
General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html).
3+
This preview release does not contain new F# features. View the [What's new in F#](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) documentation to learn more.

0 commit comments

Comments
 (0)