Skip to content

Commit

Permalink
Build and Infra updates for FSAC 0.75.0/F#9/.NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Nov 24, 2024
1 parent f045515 commit 7c7f464
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 7.22.0 - 24.11.2024

* Update to FSAC 0.75.0. This release adds support for F# 9 language features and .NET 9 SDKs and tooling.
* Removes support for .NET 6 and .NET 7 SDKs and tooling.
* 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.

### 7.21.2 - 21.09.2024

* FIXED: [Fix Find References in CodeLens](https://github.com/ionide/ionide-vscode-fsharp/pull/2042) from @PaigeM80
Expand Down
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ let initTargets () =


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

for tfm in tfms do
let fsacBinNetcore = $"packages/fsac/fsautocomplete/tools/{tfm}/any"
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ STORAGE: PACKAGES
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
fsautocomplete (0.74.1)
fsautocomplete (0.75)

0 comments on commit 7c7f464

Please sign in to comment.