Skip to content

Conversation

@AArnott
Copy link
Collaborator

@AArnott AArnott commented Oct 22, 2022

  • Remove inner project from ProjectReference items by default
  • Add Microsoft.NETFramework.ReferenceAssemblies to resolve net462 targeting framework error

By removing the ProjectReference item that pointed to our cached inner build, we can avoid all the bugs that have been streaming in since adding it, due to project types that assume they understand all P2Ps.
We still produce that item with a different item type for our own use, and we copy that into a ProjectReference item for graph builds so that NB.GV is doing the Right Thing in that case.

Closes #845
Closes #844

This should avoid the vast majority of the P2P problems introduced by trying to work in `msbuild -graph -isolate`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Service Fabric Support Missing target build errors when building an F# project in VSCode

2 participants