C#
C#

help

Root Question Message

El'Capitano
El'Capitano12/6/2022
❔ 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...
El'Capitano
El'Capitano12/6/2022
In my csproj:
<ItemGroup> <None Include="..\bin\minifier-bindings-*.*" Pack="true" PackagePath="lib/native" /> </ItemGroup>
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy