Closed DmitriyShepelev closed 1 year ago
Semi-related issue: https://github.com/dotnet/msbuild/issues/4344
Fix project reference protocol for outer build nodes. This change ensures that the set of targets to call for the outer build of a multitargeting node referenced by a Microsoft.Build.Traversal SDK-importing dirs.proj contains the default targets.
Microsoft.Build.Traversal
dirs.proj
Before:
After:
Semi-related issue: https://github.com/dotnet/msbuild/issues/4344
Fix project reference protocol for outer build nodes. This change ensures that the set of targets to call for the outer build of a multitargeting node referenced by a
Microsoft.Build.Traversal
SDK-importingdirs.proj
contains the default targets.Before:
After: