Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop System.ValueTuple NuGet dependency #721

Merged
merged 2 commits into from
Nov 8, 2018

Commits on Nov 8, 2018

  1. Drop System.ValueTuple NuGet dependency

    People are still experiencing assembly versioning problems on the .NET
    Framework because of the NuGet packages `System.Threading.Tasks.Exten-
    sions` and `System.ValueTuple` referenced by Moq.
    
    It is fairly trivial to get rid of the latter dependency... so let's
    get rid of it! (It means we can no longer use tuple syntax everywhere
    in Moq's code base, but as we haven't made excessive use of it so far,
    that's perhaps a small price to pay.)
    stakx committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c836e83 View commit details
    Browse the repository at this point in the history
  2. Update the changelog

    stakx committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    89f37e7 View commit details
    Browse the repository at this point in the history