-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I was using protobuf-net-data 4.0.0 in my project. While everything was working fine in .NET Framework 4.7.2, When Update System.Memory 4.6.2 from NuGet package i have an exception like this ;
Exception thrown: 'System.IO.FileLoadException' in protobuf-net-data.dll ("Could not load file or assembly 'System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
System.Memory Working: 4.6.0 β Not Working : 4.6.2 π’
System.Buffers Working: 4.6.0 β Not Working : 4.6.1 π’
System.Numerics.Vectors Working: 4.6.0 β Not Working : 4.6.1 π’
Thanks for your helps..