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

Target frameworks not matching #229

Merged
merged 2 commits into from Aug 3, 2020
Merged

Commits on Aug 3, 2020

  1. Target frameworks not matching

    Nuget.Frameworks started returning DotNetFrameworkName as "net5.0"
    which is what vstest will pass down as the target framework name.
    
    There is some guidance how to do that better, but this is a quick fix
    to be able to run xUnit tests on net5.0-preview8 and newer, before we
    figure out the best way to do this.
    nohwnd committed Aug 3, 2020
    Copy the full SHA
    15ab67e View commit details
    Browse the repository at this point in the history
  2. Revert changes

    nohwnd committed Aug 3, 2020
    Copy the full SHA
    a276545 View commit details
    Browse the repository at this point in the history