Skip to content

Commit

Permalink
Set link base so they nest properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 6, 2023
1 parent 7ca0c40 commit 872ba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM/buildTransitive/IKVM.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemDefinitionGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\**\*" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net461'))">
<None Include="$(MSBuildThisFileDirectory)..\runtimes\**\*" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net461'))" LinkBase="runtimes">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>runtimes\%(RecursiveDir)%(Filename)%(Extension)</TargetPath>
<Visible>false</Visible>
Expand Down

0 comments on commit 872ba10

Please sign in to comment.