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

Remove workaround account for some .NET 5 SDKs report TargetPlatformMoniker of ,Version= #9913

Closed
Tracked by #9783
nkolev92 opened this issue Aug 15, 2020 · 2 comments · Fixed by NuGet/NuGet.Client#3913
Assignees
Labels
Category:Quality Week Issues that should be considered for quality week Functionality:Restore Partner:DotNet Priority:1 High priority issues that must be resolved in the current sprint. Type:Bug

Comments

@nkolev92
Copy link
Member

Different SDKs set a different TargetPlatformMoniker.
For example .NET 5 P8 and earlier would report ,Version= as TPM for the net50 TPV.
That was later fixed in dotnet/msbuild@9389d84.

In order to not run into problems with this, a hack was added in NuGet/NuGet.Client#3578.

This issue tracks the revert of that hack.

@JonDouglas
Copy link
Contributor

@nkolev92 should we consider this in .NET 6?

@nkolev92
Copy link
Member Author

I think we can remove it before that, in 16.9/16.10.
It was a preview workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Quality Week Issues that should be considered for quality week Functionality:Restore Partner:DotNet Priority:1 High priority issues that must be resolved in the current sprint. Type:Bug
Projects
None yet
3 participants