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

Stop harvesting old frameworks in more libraries #51894

Merged
merged 3 commits into from
Apr 27, 2021

Commits on Apr 26, 2021

  1. Stop harvesting old frameworks in more libraries

    The removed configurations (few netstandard1.x, portable*, netcore50,
    net46) of the touched packages aren't built anymore. Instead
    the already built matching binaries from the latest available packages
    are redistributed when packaging these libraries.
    
    Dropping these assets as the minimum supported set of platforms are ones
    that support netstandard2.0. For .NET Framework, there's still a net461
    configuration present to avoid binding redirect issues.
    
    Contributes to dotnet#47530
    ViktorHofer committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    945591d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    2f4140f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e66d8 View commit details
    Browse the repository at this point in the history