Current Nuget package states dependency:
FSharp.Compiler.Service = 43.8.100
(which is corrseponding FSharp.Core 8.0.100)
But there is already new FSharp.Compiler.Service 43.8.301
(...and corresponding FSharp.Core 8.0.301)
This project should not state exact F# compiler service dependency, but rather more relaxed >=.
Or if you want to keep releasing new Nuget-packages, then at least < 43.9.
Currently if I just run paket install with F# 8.0.301 then it reverts FSharp.Formatting to version 20 -> 14.0.1 where is more relaxed FSharp.Compiler.Service (>= 40.0.0)