'ValueTuple<T1, T2>' exists in both 'System.ValueTuple …' and 'mscorlib …'
问题 B"H I am trying to use the new Tuple features of C# 7, and running into a little bit of an issue. Actually, they were working fine, and I am not sure what changed to make them break. I am working with an ASP.Net 4 , MVC 5 , targeting .net framework 4.6.1 So in order to use tuples I had to a the Nuget Package 'System.ValueTuple' . Without it, the project won't compile. It worked fine for a while. Then today when I load any page that uses Tuples I get Compiler Error Message: CS0433: The type