RE: Xamarin Forums & FSharp.core conflicts (warnings/errors from auto compile-time version downgrade)
I just have a simple solution for a Blank Xamarin Forms app (with F#)
I import FSharp.Core as a nuget package and it's immediately downgraded to FSharp 4.3.4. The current version is 4.5.2 and this is the version used in our other modules. Successive tries to "update" it do nothing. I can't find any hardcoded references to include this version - 4.3.4 F# anywhere. Please help. This is causing a conflict with other modules in our app. I'm just noting this as an error in the Blank app because it is simple to re-produce for anybody.
I'm on a mac with latest OSX, FWIW.
Thanks.
PS. Warning/Error messages below -->
Warning NU1605: Detected package downgrade: FSharp.Core from 4.5.2 to 4.3.4. Reference the package directly from the project to select a different version.
Warning MSB3277: Found conflicts between different versions of "FSharp.Core" that could not be resolved. These reference conflicts are listed in the Error FS0193: The module/namespace 'Microsoft.FSharp.Core' from compilation unit 'FSharp.Core' did not contain the namespace, module or type 'voption`1' (FS0193)