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

throw on netcoreapp5/6/7/8 #8286

Closed
wants to merge 3 commits into from
Closed

throw on netcoreapp5/6/7/8 #8286

wants to merge 3 commits into from

Conversation

kasperk81
Copy link
Contributor

@kasperk81 kasperk81 commented Jan 9, 2023

netcoreapp was replaced with net since v5. msbuild should stop supporting <TargetFramework>netcoreapp7.0</TargetFramework> etc. simply because it is wrong and easy to fix at user-end side

@rainersigwald
Copy link
Member

MSBuild isn't the right place to enforce this decision. NuGet is responsible for determining the set of supported target framework short names; the MSBuild code edited in this PR is a wrapper that exposes the NuGet functionality and shouldn't differ in behavior from calling the NuGet APIs directly. I'd suggest requesting the breaking change from NuGet, which I see you've done with NuGet/Home#12351, so I'm going to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants