Hi, 

the C# build process is a bit cumbersome due to the native dependency.
The actual native libraries we package in the nugets are built by this 
script:
https://github.com/grpc/grpc/blob/0d7e17ff802921a53a409c62dd5eeb66fa0e5c0f/tools/run_tests/artifacts/artifact_targets.py#L209
https://github.com/grpc/grpc/blob/0d7e17ff802921a53a409c62dd5eeb66fa0e5c0f/tools/run_tests/artifacts/artifact_targets.py#L240
which under the hood eventually executes this script:
https://github.com/grpc/grpc/blob/master/tools/run_tests/artifacts/build_artifact_csharp.bat
(and the native libraries are built by cmake).

Hope that helps

On Friday, December 11, 2020 at 4:13:56 AM UTC+1 Avram Meitner wrote:

> I need to add version numbers to the two dlls, grpc_csharp_ext.x86.dll and 
> grpc_csharp_ext.x64.dll. It's not obvious to me how and where these are 
> built. Where should I look?
>
> Thanks,
>
> Avram
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d2ee9ade-500f-495c-9913-eaeedb8de149n%40googlegroups.com.

Reply via email to