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

manage FSharp.Core version using Paket #602

Merged
merged 1 commit into from
Dec 4, 2014

Conversation

ctaggart
Copy link
Contributor

@ctaggart ctaggart commented Dec 4, 2014

The purpose of this is to switch to use the FSharp.Core published to NuGet.
fsharp/fsharp#352

Unfortunately, Paket causes a bunch more noise in the diff.

@forki forki merged commit 3a47095 into fsprojects:master Dec 4, 2014
@@ -206,9 +206,11 @@ Target "CreateNuGet" (fun _ ->
Summary = projectSummary
ReleaseNotes = release.Notes |> toLines
Dependencies =
(if package <> "FAKE.Core" && package <> projectName then
(if package = "FAKE.Core" then
p.Dependencies @ ["FSharp.Core", GetPackageVersion "packages" "FSharp.Core"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@forki Looking at this again, I'm not sure FAKE.Core package should have a dependency on FSharp.Core. You may wish to revert this change. https://www.nuget.org/packages/FAKE.Core/

Copy link
Member

Choose a reason for hiding this comment

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

yep. that's not a good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:( Sorry about that one.

Copy link
Member

Choose a reason for hiding this comment

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

3.11.2 comes without the explicit dependency. I will add 3.11.3 to check if FAKE still builds itself

@ctaggart ctaggart deleted the FSharp.Core branch December 4, 2014 18:52
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