-
Notifications
You must be signed in to change notification settings - Fork 785
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
Fcs.38.0.2 -- include nuget package manager in fcs #10784
Conversation
@baronfel does this loom like the right package layout? |
Looks good to me, yeah. One thing I note that is slightly concerning is the change in listed dependencies for .net standard 2.0 between 38 (https://www.nuget.org/packages/FSharp.Compiler.Service/38.0.0) and 38.0.1 (https://www.nuget.org/packages/FSharp.Compiler.Service/38.0.1). Is that concerning to either of you? |
I believe this is to account for the references that FSi needs for .NET 5 as per @dsyme's work to allow unblocking fsharp.formatting |
We got the dependencies wrong in 38.0.0, if you recall, msbuild was a dependency issue the change beween 38.0.0 and 38.0.1 was to specify the correct dependencies per what we use to build.
38.0.1
I will review the dependencies in main to see if any are not actually necessary, which is possible, but I am satisfied this is correct enough. I hope that helps. |
Thanks for checking :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending your check to make sure the dependencies are right relative to main
If I tell the build to generate a nuspec this is what I get: the only difference being:
|
Yeet |
Cherry pick the nuget pm pr into fcs branch