Fcs.38.0.2 -- include nuget package manager in fcs#10784
Fcs.38.0.2 -- include nuget package manager in fcs#10784KevinRansom merged 2 commits intodotnet:release/fcsfrom
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 :) |
cartermp
left a comment
There was a problem hiding this comment.
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