-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paket.PowerShell mismatched FSharp.Core #1
Comments
Sadly, making UnionArgParser.dll reference FSharp.Core 4.3.1.0 did not resolve the issue. The troubleshooting scenarios I can think of are:
|
I was able to reproduce the problem with an console app. Reading up on the notes on FSharp.Core.dll, is seams that http://fsharp.github.io/FSharp.Compiler.Service/corelib.html but sadly it is |
It appear that coding https://github.com/fsprojects/Paket/blob/master/build.fsx#L149-L164 As long as nothing breaks when running on Linux/Mac, that should be fine. |
The solution I went with was to merge. |
These is a place to jot down some notes from a problem found with this pull request:
fsprojects#839
The text was updated successfully, but these errors were encountered: