aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/NativeDeps.Linux.csproj.include
blob: e3bbeb071e758cefd9d71e4e213a7aa0ce404c26 (plain)
1
2
3
4
5
6
7
8
9
<Project>
  <ItemGroup>
    <Content Include="..\..\..\libs\$(NativeDependenciesConfigurationUnix)\libgrpc_csharp_ext.so">
      <Link>libgrpc_csharp_ext.x64.so</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Pack>false</Pack>
    </Content>
  </ItemGroup>
</Project>