System.Numerics.Vectors.dll is NOT part of .NET 4.7.2 as far as I know. My main assembly references it, and I am trying to merge it with SmartAssembly. In fact this works with Smart Assembly on my system. However, on our Build System, it fails with an error saying that
System.Numerics.Vectors.dll is a part of .NET.
This may be true for .NET Core, but my main assembly is .NET 4.7.2
Not sure how to proceed.
System.Numerics.Vectors.dll is a part of .NET.
This may be true for .NET Core, but my main assembly is .NET 4.7.2
Not sure how to proceed.