File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 * ProjectReferenceProvider = a list which maps of assembly names to the project file that produces it
1818 -->
1919<Project >
20+ <!-- The .NET SDK uses this task but only in inner builds. Needed in outer builds for ResolveCustomReferencesToProjects. -->
21+ <UsingTask TaskName =" Microsoft.NET.Build.Tasks.JoinItems" AssemblyFile =" $(MicrosoftNETBuildTasksAssembly)" />
2022
2123 <PropertyGroup >
2224 <EnableCustomReferenceResolution Condition =" '$(EnableCustomReferenceResolution)' == '' AND ('$(DotNetBuildFromSource)' != 'true' OR '$(ExcludeFromSourceBuild)' != 'true')" >true</EnableCustomReferenceResolution >
98100 (therefore fragile) target names.
99101 -->
100102 <Target Name =" ResolveCustomReferencesToProjects"
101- Condition =" '$(TargetFramework)' != '' AND '$( EnableCustomReferenceResolution)' == 'true' AND '$(UseProjectReferences)' == 'true' "
103+ Condition =" '$(EnableCustomReferenceResolution)' == 'true' AND '$(UseProjectReferences)' == 'true' "
102104 BeforeTargets =" AssignProjectConfiguration;ResolveCustomReferences;_LoadRestoreGraphEntryPoints;_GenerateProjectRestoreGraphPerFramework;_GenerateRestoreProjectPathItemsPerFramework" >
103105 <JoinItems Left =" @(Reference)" Right =" @(ProjectReferenceProvider)" LeftMetadata =" *" RightMetadata =" ProjectPath;RefProjectPath" >
104106 <Output TaskParameter =" JoinResult" ItemName =" _ProjectReferenceByAssemblyName" />
You can’t perform that action at this time.
0 commit comments