Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added import of .user file for multi-targeted builds (dotnet#9444)
Fixes dotnet#9131 Context As described on the issue, muti-targeted builds did not import the .user file on the outer build. This change makes the outer build import the .user file. Changes Made Added import reference to .user file in Microsoft.Common.CrossTargeting.targets . Testing Test is in SDK repo (dotnet/sdk#37192)
- Loading branch information