FSharp.ProjectSystem.FSharp references MS.VS.Shell.Immutable.15.0.dll but it is not deployed
@brettfo says "I'm surprised our build doesn't fail"
@brettfo @cartermp What's the status/severity on this, is it now fixed?
Severity is probably sort of low, but it is not done. There is a terrible dependency chain that involved this tragedy: https://github.com/dotnet/fsharp/blob/main/vsintegration/src/FSharp.ProjectSystem.Base/Project/ProjectSystem.Base.csproj#L74
I filed this because I was looking to update our VS SDK package dependencies and get rid of some old ones. Part of what blocked me traced back to this, but I couldn't figure out how to resolve it without updating code in the legacy project system. It relies on some APIs that are no longer present in newer package versions.