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

Fix compatibility task paths in props and targets #22318

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

safern
Copy link
Member

@safern safern commented Oct 26, 2021

When the repository tfm was updated to net7.0 on: 45710fb, the wrong compatibility task path was updated to use net7.0 as the directory containing the task. The one that was updated is the one that ships as part of the OOB package and the package intentionally targets net6.0 so that we can run this task on a 6.0 SDK even if a newer package is used.

The one that needed to move to net7.0 is the one declared when using the SDK built-in tooling as the SDK now generates a layout for net7.0.

Discovered on: dotnet/runtime#60847

@Anipik Anipik merged commit 97e407b into dotnet:main Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants