I noticed my FSProj broke when enabling CPM.
I see that's because the implicit reference to FSharp.Core is not added in this case.
What am I supposed to do to fix this? Should I be adding a PackageReference to all fsprojs and listing the PackageVersion in my central Directory.Packages.props? Should I use the FSCorePackageVersion that's defined by the SDK?