Skip to content

Commit

Permalink
加回引用收集逻辑
Browse files Browse the repository at this point in the history
[增加分版本的package引用和framework引用 by Zhuangkh · Pull Request #111 · dotnet-campus/SourceYard](#111 )
  • Loading branch information
lindexi committed Nov 18, 2021
1 parent e166a55 commit ac42aa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/dotnetCampus.SourceYard/Assets/Current/Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
</ItemGroup>
</Target>

<Target Name="_SourceYardFrameworkAssets"
AfterTargets="ResolveReferences">
<ItemGroup>
<_TfmSpecificFrameworkAssemblyReferences Include="@(ReferencePath->'%(OriginalItemSpec)')"
Condition="'%(ReferencePath.Pack)' != 'false' AND '%(ReferencePath.ResolvedFrom)' == '{TargetFrameworkDirectory}'">
</_TfmSpecificFrameworkAssemblyReferences>
</ItemGroup>
</Target>

<!--打包第一步,将会多个框架分别执行-->
<Target Name="SourceYardStep1">
<PropertyGroup>
Expand Down

0 comments on commit ac42aa7

Please sign in to comment.