Skip to content

Commit 6406b57

Browse files
authored
Set the ReferenceAssembly metadata on the manually added ReferencePath items (#109433)
1 parent 6c83e0d commit 6406b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Target Name="AddFrameworkFilesToPackage" DependsOnTargets="ResolveLibrariesFromLocalBuild" BeforeTargets="GetFilesToPackage">
1818
<ItemGroup>
1919
<ReferencePath Include="@(LibrariesRefAssemblies)" />
20+
<ReferencePath ReferenceAssembly="%(Identity)" />
2021
<DocFilesToPackage Include="$(MicrosoftNetCoreAppRefPackRefDir)%(LibrariesRefAssemblies.FileName).xml" Condition="Exists('$(MicrosoftNetCoreAppRefPackRefDir)%(LibrariesRefAssemblies.FileName).xml')"/>
2122
<Analyzer Include="$(MicrosoftNetCoreAppRefPackDir)/analyzers/**/*.*" />
2223
<FilesToPackage Include="@(Analyzer)" ExcludeFromValidation="true" TargetPath="analyzers/%(RecursiveDir)" />

0 commit comments

Comments
 (0)