-
Notifications
You must be signed in to change notification settings - Fork 790
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
Netstandard2 #6814
Netstandard2 #6814
Conversation
This makes me so happy :) |
I'm struggling to understand why this went into |
@dsyme Because Since we need code flow from |
Original PR: #6771
FSharp.Core is updated to target netstandard2.0 as the minimum required platform.
The FSharp.Core nuget package version 4.7.0, will contain net45 and netstandard2.0 dlls
with the version number 4.7.0.0
This PR enables the FSharpFunc API's that use the System.Converter class.
Apparently the API Surface area tests have not been running, so I have re-enabled them, added back in the APIs that were missing. Some have moved around the baseline.
master will not be updated to a netstandard2.0 until after VS2019.2 has RTM'd