My project is compiled with different symbolic directives #define for different OS. https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-define
I want to create a NuGet package that will install the required library for the corresponding system. How can i do this?