We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in command line scenarios NuGet reads the target framework information in the outer build. That is incorrect because the the contract is that we should depend on on TargetFrameworkIdentifier and the like properties. We do that here: https://github.com/NuGet/NuGet.Client/blob/bd482514a87a0085f8eb8603842ee1cb3ca5f277/src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets#L500-L526
This task is a blocker for #5154.
An incomplete list of things that need done are:
The text was updated successfully, but these errors were encountered:
nkolev92
zivkan
No branches or pull requests
Currently in command line scenarios NuGet reads the target framework information in the outer build.
That is incorrect because the the contract is that we should depend on on TargetFrameworkIdentifier and the like properties.
We do that here: https://github.com/NuGet/NuGet.Client/blob/bd482514a87a0085f8eb8603842ee1cb3ca5f277/src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets#L500-L526
This task is a blocker for #5154.
An incomplete list of things that need done are:
The text was updated successfully, but these errors were encountered: