Replies: 1 comment
-
My suggestion is to find other packages that achieve the same result, and copy how they do it. I also have a meta-issue, where I've tried to gather links to all the different "how do I create managed wrapper of unmanaged code" issues. You could browse all those issues: https://github.com/NuGet/docs.microsoft.com-nuget/issues/2070 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to pack OS depended file in NuGet.
suppose abc.dll for Windows and abc.so for Linux.
So what are the options available here.
Should I create 2 packages 1 for windows and others for Linux.
Or We can create a single package.
Beta Was this translation helpful? Give feedback.
All reactions