-
I can add the files from a PackageReference without problem, either via Content element or via PackageFile. What can I do to generate the whole contentFiles section like this? <?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<contentFiles>
<files include="any\any\cpsrt\**" buildAction="Content" copyToOutput="true" />
</contentFiles>
</metadata>
</package> |
Beta Was this translation helpful? Give feedback.
Answered by
kzu
May 17, 2024
Replies: 1 comment 2 replies
-
Does this work for you?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a sample with public package Avalonia.Native that works with latest nugetizer.