Skip to content

Commit 15d2bdc

Browse files
(GH-55) Pack assemblies in corresponding TFM folder
1 parent 8b8b407 commit 15d2bdc

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)