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

Fixing Package imports for projects targeting net6.0 or net7.0 #4573

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented Oct 16, 2023

Fixes #4565

cc: @tarekgh @mkane91301 @dariusclay @geeknoid @RussKie

Looks like when we dropped support for netcoreapp3.1 in the packages, we unintentionally also broke the logging generator package from producing the buildTransitive file which would make sure the platform generator was disabled. This is fixed now by changing the paths for the buildtransitive files to apply from net6.0 onwards.

Microsoft Reviewers: Open in CodeFlow

@ghost ghost assigned joperezr Oct 16, 2023
@RussKie RussKie enabled auto-merge (squash) October 16, 2023 23:42
@RussKie RussKie merged commit abb0301 into release/8.0 Oct 16, 2023
6 checks passed
@RussKie RussKie deleted the joperezr/FixBuildTransitive branch October 16, 2023 23:59
@ghost ghost locked as resolved and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants