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
I've tried including this into WPF-Math, which uses multiple <TargetFrameworks>.
<TargetFrameworks>
It turns out we have to put the .props and .targets files into buildCrossTargeting for that to work. See dotnet/msbuild#1860 for details.
.props
.targets
buildCrossTargeting
The text was updated successfully, but these errors were encountered:
See also NuGet/Home#4098: it looks like it is now called buildMultiTargeting?
buildMultiTargeting
Sorry, something went wrong.
(#14) Docs: document the changes
22dd597
ForNeVeR
Successfully merging a pull request may close this issue.
I've tried including this into WPF-Math, which uses multiple
<TargetFrameworks>
.It turns out we have to put the
.props
and.targets
files intobuildCrossTargeting
for that to work. See dotnet/msbuild#1860 for details.The text was updated successfully, but these errors were encountered: