Skip to content

Commit

Permalink
Fix package path (#6389)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Dec 18, 2023
1 parent 18e37da commit 482bc43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="ref/**/*.dll" Pack="true" PackagePath="ref/$(TFM)">
<Content Include="ref/**/*.dll" Pack="true" PackagePath="ref/$(TargetFramework)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 482bc43

Please sign in to comment.