mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
16 lines
440 B
XML
16 lines
440 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<PackageId>Extism.runtime.linux-x64</PackageId>
|
|
<Description>Internal implementation package for Extism to work on Linux x64</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="runtimes\linux-x64\native\libextism.so"
|
|
CopyToOutputDirectory="Always"
|
|
Pack="true"
|
|
PackagePath="runtimes\linux-x64\native\libextism.so" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|