I am trying to run a script in the fsi. I get the following error.
Could not load file or assembly 'FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I found the following references that suggest I may have to update the default FSharp.Core version somewhere inside Visual Studio, downloading the package with nuget is not enough.
- Correct version of Fsharp.Core
- Could not load file or assembly FSharp.Core, Version=4.0.0.0
- How to use FSharp.Core 4.3.0 when all you have is 4.3.1
I am not sure how to fix this and I am afraid to permanently damage the vs configuration.