System.Numerics.Vectors.dll can't be merged when using .NET 4.7.2 - thinks it is part of .NET

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.

Comments

  • tom_cnctom_cnc Posts: 2 New member
    This came to me as a NuGet package, and as I said, works with SmartAssembly on my work computer but not our Build System.

    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.
Sign In or Register to comment.