This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Updates to allow F# to build without .Net 2.0 to being present on Mono - #350
Merged
Conversation
Removed FSharp.Core from lib/bootstrap/2.0 Moved all required bootstrap files from lib/bootstrap/2.0 to 4.0 folder Updated build scripts to reflect the above change Added conditions to the build script to only build a version 2.0 of FSharp.Core if that version of mscorlib is available. Mono plans to remove .Net2.0 and 3.5 assemblies in the next version.
Contributor
|
FWIW it looks like the Travis build is failing on building the Profile78 test project - it's not able to find the Profile78 FSharp.Core DLL. so is using the one in the GAC. I'm not sure it's related to this work though perhaps it is. |
Member
Author
|
Excellent, this looks good to merge, I get a working F# with my .Net2.0/3.5 assemblies removed from my system (OSX). |
fsgit
added a commit
that referenced
this pull request
Nov 20, 2014
Updates to allow F# to build without .Net 2.0 to being present on Mono
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed FSharp.Core from lib/bootstrap/2.0
Moved all required bootstrap files from lib/bootstrap/2.0 to 4.0 folder
Updated build scripts to reflect the above change
Added conditions to the build script to only build a version 2.0 of FSharp.Core if
that version of mscorlib is available.
Mono plans to remove .Net2.0 and 3.5 assemblies in the next version.