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'Capitano12/6/2022
In my csproj: <ItemGroup>
<None Include="..\bin\minifier-bindings-*.*" Pack="true" PackagePath="lib/native" />
</ItemGroup>