You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As System.ValueTuple is part of the .NET 4.7 and .NET Standard framework, it should not be necessary to reference the package in the project
Our projects are reporting below warning
Warning MSB3277: Found conflicts between different versions of "System.ValueTuple" that could not be resolved.
This should be resolved by removing the System.ValueTuple NuGet dependency from the package.
The text was updated successfully, but these errors were encountered:
We had a lot of issues with similar .NET Standard dependencies in the past. (#667, #895, #1160)
They were all caused by VS which was generating wrong assembly binding redirects. The solution was to just remove what the VS has generated. There is very little we can do about the VS, but if you are willing to send a PR and test it against:
BenchmarkDotNet/src/BenchmarkDotNet/BenchmarkDotNet.csproj
Line 26 in 63e28c1
As System.ValueTuple is part of the .NET 4.7 and .NET Standard framework, it should not be necessary to reference the package in the project
Our projects are reporting below warning
Warning MSB3277: Found conflicts between different versions of "System.ValueTuple" that could not be resolved.
This should be resolved by removing the System.ValueTuple NuGet dependency from the package.
The text was updated successfully, but these errors were encountered: