Skip to content
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

Add explicit reference to FSharp.Core #3445

Merged
merged 1 commit into from
May 15, 2018
Merged

Conversation

chrisjhoare
Copy link
Contributor

Makes the reference to FSharp.Core explicit which should avoid problems with build tool version mismatches and matches the recommendations at

https://fsharp.github.io/2015/04/18/fsharp-core-notes.html

Have used version 4.2.3

As of February 2018 new editions of F# libraries should generally do the following:
Be netstandard1.6, or netstandard2.0 with an additional .NET Framework 4.5 (net45) build
Use FSharp.Core nuget 4.2.3 (assembly version 4.4.1.0) or 4.3.3 (assembly version 4.4.3.0)

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Aaronontheweb Aaronontheweb added this to the 1.3.7 milestone May 15, 2018
@Aaronontheweb Aaronontheweb merged commit 613d6eb into akkadotnet:dev May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants