Skip to content

Commit b1aeb84

Browse files
Merge pull request #56 from augustoproiete-forks/pack-assemblies-in-tfm-folder
GH-55: Pack assemblies in corresponding TFM folder
2 parents 8b8b407 + 15d2bdc commit b1aeb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/" Pack="true" />
43+
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/$(TargetFramework)" Pack="true" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

0 commit comments

Comments
 (0)