Uh oh!
There was an error while loading. Please reload this page.
Target only net7.0 during source-build - Port of #75168 to main - #77052
Conversation
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
ghost
commented
Oct 14, 2022
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsPort of #75168 to main. These changes are also needed to support building main in source build.
|
carlossanlop
commented
Oct 14, 2022
Unlike the release/7.0 change, this commit isn't here:
Does that line not exist in main? |
lbussell
commented
Oct 14, 2022
Correct, looks like it is already removed: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj#L8 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
crummel
commented
Oct 21, 2022
@ViktorHofer anything else that needs to happen before this is merged? Thanks! |
Port of #75168 to main. These changes are also needed to support building main in source build.
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