You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now quite hard to find tooling that doesn't fully support NetStandard 2.0 +. So from the Next RTM release of F# we will be only building NetStandard 2.0 for FSharp.Core.
We considered continuing to ship NetStandard1.6 and NetStandard2.0 in the same nuget package, however, given that there is no real reach advantage for NetStandard1.6 we will instead deprecate it completely.
It is now quite hard to find tooling that doesn't fully support NetStandard 2.0 +. So from the Next RTM release of F# we will be only building NetStandard 2.0 for FSharp.Core.
We considered continuing to ship NetStandard1.6 and NetStandard2.0 in the same nuget package, however, given that there is no real reach advantage for NetStandard1.6 we will instead deprecate it completely.
Projects that require netstandard1.6, will continue to work but will have to target the final released package supporting NetStandard1.6 : https://www.nuget.org/packages/FSharp.Core/4.5.4
//cc @dsyme, @cartermp
Comments please …
Kevin
The text was updated successfully, but these errors were encountered: