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

Remove NS1.x assets from building and packaging #53283

Merged
merged 3 commits into from
May 26, 2021

Commits on May 26, 2021

  1. Remove NS1.x assets from build and packaging

    These ten projects still built for netstandard1.x. This PR
    trims out these assets from both the build which also results
    in them not being packaged anymore as there is no harvesting
    mechanism in the repository anymore.
    
    Suppressing the package warnings for the intentionally dropped
    assets and cleaning up conditions in the project file as well.
    
    For more details please see the reasoning in the linked issue.
    
    Contributes to dotnet#53282
    ViktorHofer committed May 26, 2021
    Configuration menu
    Copy the full SHA
    cb24239 View commit details
    Browse the repository at this point in the history
  2. Fix define

    ViktorHofer committed May 26, 2021
    Configuration menu
    Copy the full SHA
    b57b9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4ec78 View commit details
    Browse the repository at this point in the history