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 only net7.0 during source-build - Port of #75168 to main #77052

Merged
merged 2 commits into from
Oct 26, 2022

Commits on Oct 14, 2022

  1. Target only net7.0 during source-build

    Port of dotnet#75168 to main.
    
    * Target net7.0 in additional projects
    
    * Update compatibility suppressions
    
    * Only target net7.0 for source-build
    
    * Disable package validation for source-build
    
    * Revert compatibility suppression changes
    
    * Use NetCoreAppCurrent instead of hardcoding net7.0
    
    * Revert mono Apple TFM change
    
    * Remove unnecessary LangVersion
    lbussell authored and crummel committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    fbdfced View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Address code review comments.

    crummel committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    713318f View commit details
    Browse the repository at this point in the history