Skip to content

Commit

Permalink
Fix content path for Vezel.Celerity.Runtime.Native in Vezel.Celerity.…
Browse files Browse the repository at this point in the history
…Runtime project.
  • Loading branch information
alexrp committed Dec 31, 2023
1 parent f301745 commit dfc626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/core/core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bytecode lowerer, garbage collector, and agent scheduler.</PackageDescription>

<ItemGroup>
<Content Include="@(_NativeLibrary)"
Link="%(RuntimeIdentifier)/%(Filename)%(Extension)"
Link="runtimes/%(RuntimeIdentifier)/native/%(Filename)%(Extension)"
CopyToOutputDirectory="PreserveNewest"
PackagePath="runtimes/%(RuntimeIdentifier)/native" />
</ItemGroup>
Expand Down

0 comments on commit dfc626d

Please sign in to comment.