You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip the default ILRepack and CleanReferenceCopyLocalPaths targets when IsCrossTargetingBuild is true. They previously ran in the outer build of multi-targeting project and caused issues.
Now resolving ILRepack.Config.props and ILRepack.targets via $(MSBuildProjectDirectory) instead of $(ProjectDir).