Hi,
So I added System.Buffers 4.5.0 to a visual studio console app and to one created in Fire. Both are .net 4.7
I used Jetbrains dotpeek on them both and vs has a reference of 4.0.3 and ebuild 4.0.2.
in nuget the ref version is 4.0.2 but the lib version is 4.03, so I think thats why I get the FileLoadException.
I dont know how references are added to the exe but I think it should use whats copied to the lib folder rather than the version from the ref ?
Cheers,
John