You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: exclude native gRPC assemblies from package content (#33)
Native gRPC assemblies (grpc_csharp_ext.*.dll, libgrpc_csharp_ext.*) were being
packaged as contentFiles, causing them to appear as linked items in Solution
Explorer when consuming the package.
These files are still needed at runtime but should flow through transitively
from the Grpc.Core dependency rather than being bundled in this package.
0 commit comments