-
Notifications
You must be signed in to change notification settings - Fork 123
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
NuGet Package should reference FSharp.Core package #715
Comments
matthid
added a commit
to matthid/FAKE
that referenced
this issue
Mar 5, 2017
…rkaround for fsharp/fsharp#672), filter Microsoft.FSharp.Core.netcore (workaround for fsharp/fsharp-compiler-docs#715)
@matthid Could you send a PR for this? thanks |
matthid
added a commit
to matthid/FSharp.Compiler.Service
that referenced
this issue
Mar 8, 2017
@dsyme done |
matthid
added a commit
to matthid/FAKE
that referenced
this issue
Apr 26, 2017
…rkaround for fsharp/fsharp#672), filter Microsoft.FSharp.Core.netcore (workaround for fsharp/fsharp-compiler-docs#715)
dsyme
added a commit
to dsyme/FSharp.Compiler.Service
that referenced
this issue
Apr 29, 2017
Fix mono/gac location
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the NuGet Package references
Microsoft.FSharp.Core.netcore (>= 1.0.0-alpha-161205)
for netcore, but it should use https://www.nuget.org/packages/FSharp.Core/ to be consistent across the ecosystem...Repro steps
In FAKE vNext I use a complete paket group to compile the FAKE script. Therefore I get (when FSharp.Compiler.Service is a dependency of the group, in addition to FSharp.Core):
error FS0215: Multiple references to 'FSharp.Core.dll' are not permitted
Provide the steps required to reproduce the problem
use external paket.dependencies
integration test by hand(let me know if someone actually wants to do it and needs help)
Known workarounds
Maybe I should manually blacklist
Microsoft.FSharp.Core.netcore
in Fake.vnext.The text was updated successfully, but these errors were encountered: