System.Numerics.Vectors.dll can't be merged when using .NET 4.7.2 - thinks it is part of .NET
tom_cnc
Posts: 3 New member
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.
Comments
Our Build System does not have .NET 4.7.2 installed, it has 4.7.0 (this is very odd to me), so that could be related.