Skip to content

Commit

Permalink
Set the ReferenceAssembly metadata on the manually added ReferencePat…
Browse files Browse the repository at this point in the history
…h items (#109433)
  • Loading branch information
jkoritzinsky authored Nov 1, 2024
1 parent 6c83e0d commit 6406b57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<Target Name="AddFrameworkFilesToPackage" DependsOnTargets="ResolveLibrariesFromLocalBuild" BeforeTargets="GetFilesToPackage">
<ItemGroup>
<ReferencePath Include="@(LibrariesRefAssemblies)" />
<ReferencePath ReferenceAssembly="%(Identity)" />
<DocFilesToPackage Include="$(MicrosoftNetCoreAppRefPackRefDir)%(LibrariesRefAssemblies.FileName).xml" Condition="Exists('$(MicrosoftNetCoreAppRefPackRefDir)%(LibrariesRefAssemblies.FileName).xml')"/>
<Analyzer Include="$(MicrosoftNetCoreAppRefPackDir)/analyzers/**/*.*" />
<FilesToPackage Include="@(Analyzer)" ExcludeFromValidation="true" TargetPath="analyzers/%(RecursiveDir)" />
Expand Down

0 comments on commit 6406b57

Please sign in to comment.