Skip to content

Commit b6de317

Browse files
committed
Build and Infra updates for FSAC 0.75.0/F#9/.NET 9
1 parent 08afb9b commit b6de317

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 7.22.0 - 24.11.2024
2+
3+
* Update to FSAC 0.75.0. This release adds support for F# 9 language features and .NET 9 SDKs and tooling.
4+
* Removes support for .NET 6 and .NET 7 SDKs and tooling.
5+
* Added new configuration for using the DATAS Server GC Mode via the "FSharp.fsac.gc.useDatas" setting. This mode is enabled by default in .NET 9, disabled by default in .NET 8, and mutually exclusive with the pre-existing "Fsharp.fsac.gc.noAffinitize" and "Fsharp.fsac.gc.heapCount" settings.
6+
17
### 7.21.2 - 21.09.2024
28

39
* FIXED: [Fix Find References in CodeLens](https://github.com/ionide/ionide-vscode-fsharp/pull/2042) from @PaigeM80

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ let initTargets () =
309309

310310

311311
Target.create "CopyFSACNetcore" (fun _ ->
312-
let tfms = [ "net6.0"; "net7.0"; "net8.0" ]
312+
let tfms = [ "net8.0"; "net9.0" ]
313313

314314
for tfm in tfms do
315315
let fsacBinNetcore = $"packages/fsac/fsautocomplete/tools/{tfm}/any"

paket.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ STORAGE: PACKAGES
241241
RESTRICTION: == netstandard2.0
242242
NUGET
243243
remote: https://api.nuget.org/v3/index.json
244-
fsautocomplete (0.74.1)
244+
fsautocomplete (0.75)

0 commit comments

Comments
 (0)