It seems there is a hard runtime dependency on protobuf-net version 2.4.0.0 despite the Nuget package declaring the dependency as >= 2.4.0.0. I need version 3.2.30 in my app.
DotNetBrowser has hard dependency on protobuf-net version 2.4.0.0
34 views Asked by John Holliday At
1
Have just checked this case in an example Windows Forms project. Here is the
.csprojfile contents with all the references:The project ran successfully with
protobuf-netversion set to3.2.30, and the corresponding module version was loaded without any issue.