Skip to content

Commit

Permalink
(GH-55) Pack assemblies in corresponding TFM folder
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Feb 20, 2021
1 parent 8b8b407 commit 15d2bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/" Pack="true" />
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/$(TargetFramework)" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 15d2bdc

Please sign in to comment.