Arch icon indicating copy to clipboard operation
Arch copied to clipboard

This is not a Bug, how do I resolve version conflicts in dependent libraries?

Open coinsoundsbetter opened this issue 1 year ago • 2 comments

When I used Google.ProtoBuf + Arch in a Unity project, ProtoBuf pilerServices relies on System.Runtime.CompilerServices.Unsafe 4.0; The Arch is dependent on the System.Runtime.CompilerServices.Unsafe 6.0; The error that appears is: Google.Protobuf references strong named System.Runtime.CompilerServices.Unsafe Assembly references: 4.0.4.1 Found in project: 6.0.0.0. Does anyone know how to make them compatible?

coinsoundsbetter avatar Aug 22 '24 15:08 coinsoundsbetter