Skip to content

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.

2 participants