Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Same as dotnet/runtime#106553 I noticed that in some environments, the existing hook point (AfterTargets=GetTargetPathWithTargetPlatformMoniker) doesn't run before GetTargetPath. That resulted in some project compiling against the src instead of the ref assembly. DependsOnTargets + BeforeTargets="GetTargetPath" is is more correct anyway and works as exected.
- Loading branch information