We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a78f83 commit 09c7eccCopy full SHA for 09c7ecc
eng/targets/ReferenceAssembly.targets
@@ -105,6 +105,9 @@
105
<_ReferenceAssemblyItems
106
Include="@(FilteredOriginalReferences->'<Reference Include="%(Identity)" />')"
107
Condition=" '@(FilteredOriginalReferences)' != '' " />
108
+ <_ReferenceAssemblyItems
109
+ Include="@(_ExplicitPackageReference->'<PackageReference Include="%(Identity)" Version="%(Version)" />')"
110
+ Condition=" '@(_ExplicitPackageReference)' != '' " />
111
<!-- Some src/ projects use Arcade SDK feature to generate InternalsVisibleTo attributes. -->
112
113
Include="@(InternalsVisibleTo->'<InternalsVisibleTo Include="%(Identity)" Key="%(Key)" />')"
0 commit comments