I have a .NET Framework 4.6.2 Microsoft Test project that throws the error:
error BC31091: Import of type 'ValueTuple(Of ,)' from assembly or module 'CommonLanguageRuntimeLibrary' failed.
When is compiled in VS2022 (Version 17.7.6) but works when is compiled in VS2019 (Version 16.11.26).
I tried everything in Could not load file or assembly 'System.ValueTuple' and in Predefined type 'System.ValueTuple´2´ is not defined or imported to make it work in VS2022 but has been unsuccessful.
Any ideas?