标签: .net-core nuget
我的项目使用针对不同OS的不同符号指令#define进行编译。 https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-define
我想创建一个NuGet软件包,该软件包将为相应的系统安装所需的库。 我该怎么办?