C
C#2y ago
Ploxi

✅ Package native libraries with nuget

Hey, is there a good guide how to package and deliver native assemblies with nuget? I kinda managed to get them in the nuget but they wont unpack in the target location where the managed dll is...
4 Replies
Ploxi
Ploxi2y ago
In my csproj: <ItemGroup> <None Include="..\bin\minifier-bindings-*.*" Pack="true" PackagePath="lib/native" /> </ItemGroup>
phaseshift
phaseshift2y ago
Multi-targeting for NuGet Packages
Description of the various methods to target multiple .NET Framework versions from within a single NuGet package.
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Ploxi
Ploxi2y ago
Thanks that worked! @phaseshift /close